David Holland writes:
> 
>       (It would also be nice if there were a way to automatically
>       track deletes at import time, but that's (1) hard and (2) a
>       separate issue.)

There is.  After each import, do:

        cvs co -jPREV_REL_TAG -jCURR_REL_TAG module

where PREV_REL_TAG is the release-tag you used the previous time you
imported the module and CURR_REL_TAG is the release-tag you used in the
import you just did.  If any files were deleted, CVS will mark them for
deletion from the trunk and a subsequent commit will commit the
deletions.  Note that you *must* use the two revision tags; using the
branch name with ":yesterday" as suggested by CVS and as shown in the
manual is not sufficient.

-Larry Jones

It seems like once people grow up, they have no idea what's cool. -- Calvin

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

Reply via email to