info-cvs
[Top][All Lists]
Advanced

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

cvs tag -c


From: David Everly
Subject: cvs tag -c
Date: Wed, 26 Jun 2002 11:00:31 -0600
User-agent: Mutt/1.2.5i

It seems to me that I'm getting unexpected behavior in the following
scenario (in order of occurance):


me in my workspace:

   cvs commit -m "commit of everything in my workspace"

someone else in a different workspace:

   cvs remove -f someFile
   cvs commit -m "removing someFile from the repository"

me in my workspace:

   cvs tag -c MY_TAG
   cvs server: someFile is no longer in the repository
   cvs server: someFile is locally modified
   cvs [server aborted]: correct the above errors first! 


I was expecting that since I did in fact commit, that 'tag -c' would
allow me to tag based on my committed workspace.

I am using Concurrent Versions System (CVS) 1.11.1p1 (client/server)
on Solaris 8.


Is this a bug or something that I am not understanding?



reply via email to

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