bug-cvs
[Top][All Lists]
Advanced

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

Re: (no subject)


From: Larry Jones
Subject: Re: (no subject)
Date: Wed, 30 Jan 2002 17:35:36 -0500 (EST)

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



reply via email to

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