info-cvs
[Top][All Lists]
Advanced

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

"cvs rtag -D" not working with removed files?


From: Daniel Kabs
Subject: "cvs rtag -D" not working with removed files?
Date: Mon, 26 Jan 2009 18:22:44 +0100
User-agent: KMail/1.9.10

Hello there,

I want to use "cvs rtag -D" to create a tag based by a certain date.

Example:
  cvs rtag -D '2008-12-01 10:00' branch_name module_name

Unfortunately that does not tag files that have been removed in HEAD 
revision. Nevertheless, those files _did_ exist at the time in the -D 
option and were still available in the attic. 

Strangely enough, those "untaggable" files can be checked out using the 
same -D option with command "checkout":

  cvs co -D '2008-12-01 10:00' module_name

I wonder why "rtag -D" does not work as I expect it to since it seems to 
me that it should work, which means that I'm either misunderstanding 
something basic or that something else is wrong.

Thanks.

Daniel

PS: using cvs version 1.12.13




reply via email to

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