Right, but you end up with version 1.2 on the main trunk marked as deleted,
and it doesn't have the vendor tag for version 2.

So, you suggest:

cvs import -m "version 2" themodule vendor vendor-v2
<then, in the enlistment>
cvs co -j vendor-v1 -j vendor-v2 themodule
cvs ci -m "remove vendor files"
<then, some weird amount of stuff to figure out exactly what was deleted>
cvs tag vendor-v2 <files>

This is OK, but it'd be better to have the option to auto-delete those files
as version 1.1.1.2 on the vendor branch.

nh

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 23, 2001 8:38 PM
To: Nathan Herring
Cc: [EMAIL PROTECTED]
Subject: Re: Reimporting vendor projects where items have been deleted


[EMAIL PROTECTED] writes:
> 
> If I am importing a vendor project for the second or subsequent times 
> on the same vendor branch, how can I mark the files that no longer 
> exist in the vendor projects as deleted on the vendor branch?

Doing the merge that CVS suggests when there are conflicts (even if
there aren't any conflicts) will mark the appropriate files for
deletion.  Committing the results of the merge will then delete them.

-Larry Jones

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

Reply via email to