>--- Forwarded mail from [EMAIL PROTECTED] >Paul Sander writes: >> >> But the following streams of commands are exactly equivalent (assuming >> rtag were modified to accept both -D and -r options): >> >> cvs checkout -r branch module cvs rtag -D now -r branch module >> cvs tag label
>No, they're not, unless the module has no subdirectories. Like rtag now >does again, checkout only locks one directory at a time, so commits can >happen between directories just like they can with rtag. Yikes! So checkout is as reliable as rtag is with regard to the set of versions it affects. Okay, I amend the commands above as follows, noting that checkout would also need to be modified to accept both -r and -D options, recording only the branch in the Entries file: cvs checkout -D now -r branch module cvs rtag -D now -r branch module cvs tag label >--- End of forwarded message from [EMAIL PROTECTED] _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
