info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Outdate old files including the deleted ones


From: Robert Schiele
Subject: Outdate old files including the deleted ones
Date: Thu, 15 Feb 2001 16:28:19 +0100
User-agent: Mutt/1.2.5i

I would like to outdate revisions that are older than a specific date.

My first approach was to do:
  cvs -d /my/repository rtag -F -D 01/01/1997 OUTDATE mymodule
  cvs -d /my/repository admin -o ::OUTDATE

This worked fine but did not touch files that were already deleted by
the given date. So I changed the first command to:
  cvs -d /my/repository rtag -a -F -D 01/01/1997 OUTDATE mymodule

Now the files in the Attic get tagged in a correct way, but they still
are not touched by the outdate command intself.

Does anyone know a solution for this problem or an even better
solution for outdating old files including the deleted ones?

Robert

P.S.: I posted this questions a few days ago already on the newsgroup
      gnu.cvs.help. As it seems, that messages only go from the
      mailing list to the news group, but not the other way around, I
      reposted it on the mailing list. So, if you got this message
      twice, I'm sorry.

-- 
Robert Schiele                  mailto:address@hidden
Tel./Fax: +49-621-10059         http://webrum.uni-mannheim.de/math/rschiele/

Attachment: pgpAE7khSLZPF.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]