info-cvs
[Top][All Lists]
Advanced

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

Re: multiple cvs imports


From: Kaz Kylheku
Subject: Re: multiple cvs imports
Date: Fri, 28 Sep 2001 19:21:24 GMT
User-agent: slrn/0.9.6.3 (Linux)

In article <address@hidden>, Stuart Donaldson wrote:
>When using cvs import, and merging in conflicts, cvs reports that the 
>way to merge the conflicts is with:
>
>    cvs checkout -jVENDOR:yesterday -jVENDOR module
>
>However if I am importing multiple times to get several versions of a 
>project into CVS, it seems this would break if I was doing it all the 
>same day.  

That's correct.

>Is there a better way to get several versions into CVS?

Since each import is tagged, then you can obviously do the merge from
the previous tag:

        cvs checkout -j previous_vendor_release_tag -j vendor

The vendor:yesterday is just a trick if you don't do more than one vendor
import in a day; then you don't have to look up what the last release
tag was.


reply via email to

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