[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
- (no subject), (continued)
- (no subject), cptchz, 2002/01/17
- (no subject), Sundareswar Jayakumar, 2002/01/17
- (no subject), Unknown, 2002/01/17
- (no subject), cptchz, 2002/01/17
- (no subject), cptchz, 2002/01/17
- (no subject), Áß±¹°æÁ¦½Å¹®, 2002/01/18
- (no subject), 77Q9GlpPCUO2, 2002/01/18
- (no subject), cptchz, 2002/01/19
- (no subject), cptchz, 2002/01/21
- (no subject), David Holland, 2002/01/30
- Re: (no subject),
Larry Jones <=