info-cvs
[Top][All Lists]
Advanced

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

Re: [Info-cvs] Sticky tag does not prevent from removing files


From: Cameron, Steve
Subject: Re: [Info-cvs] Sticky tag does not prevent from removing files
Date: Thu, 21 Sep 2000 11:14:40 -0500

I just duplicated this with cvs 1.11.

cvs update -A
cvs tag sometag
cvs update -r sometag
rm somefile
cvs remove somefile
cvs commit -m removed.

The net effect is that "sometag" gets removed from "somefile"

Is that intentional?  Seems like it could be considered a bug to me,
the normal way to do that would be

cvs tag -d sometag somefile

right?

-- steve



reply via email to

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