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?

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to