info-cvs
[Top][All Lists]
Advanced

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

Re: vendor branching and merge


From: Larry Jones
Subject: Re: vendor branching and merge
Date: Fri, 22 Feb 2002 16:09:37 -0500 (EST)

heatherw writes:
> 
> hi, I use branches exclusively for vendor source. I was going merrily
> along with branching and merging till I hit this scenario.
> In the interest of time, the vendor sent only those files that were
> different from the last set they sent.
> Now when I try to merge, cvs schedules all the missing files for
> removal. I tried both

Using import is not appropriate in this case.  What you need to do is to
check out the vendor branch, copy the new files over top of the checked
out ones, cvs add any new ones, cvs remove any deleted ones, and then
commit the working directory (which is on the vendor branch), tag it
with the new release tag, and then proceed as if you had done an import
and merge the changes from the vendor branch to the trunk.

-Larry Jones

I suppose if I had two X chromosomes, I'd feel hostile too. -- Calvin



reply via email to

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