George xu writes:
> 
>     what is different of below two command ?
> 
> cvs tag tagname mymodule
> cvs rtag  tagname mymodule

The first must be issued in a directory where you have already checked
out mymodule and tags the revisions you have checked out.  The second
does not require that you have mymodule checked out (and will, in fact,
ignore it completely if you have) and will tag the most recent revision
on the trunk, which is something you almost never want to do because you
don't have any way of knowing for sure which revision that is.

-Larry Jones

Archaeologists have the most mind-numbing job on the planet. -- Calvin

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

Reply via email to