info-cvs
[Top][All Lists]
Advanced

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

Re: concurrent development, two repositories


From: Pierre Asselin
Subject: Re: concurrent development, two repositories
Date: Thu, 10 Nov 2005 01:18:18 +0000 (UTC)
User-agent: tin/1.6.2-20030910 ("Pabbay") (UNIX) (NetBSD/2.0 (i386))

Arthur Barrett <address@hidden> wrote:
> [-- text/plain, encoding quoted-printable, charset: us-ascii, 44 lines --]

> Jeffery,
>  
> I just recently also came across a scenario where this was required.
>  
> As Pierre pointed out the best alternative is to use vendor branches
> instead and have the other developers send a complete tarball.

Now that I think of it, you could live with patches.

    cvs checkout -ko -rVENDOR the_project
    cd the_project
    patch -p1 < ../the_latest_patch
    cvs import -m'patch, date' the_project VENDOR new_release_tag

The import command will ignore the CVS/ subdirectories and the net
result will be as if you were importing a tarball.  It's a little
error-prone, on your side and theirs, so be careful.


-- 
pa at panix dot com


reply via email to

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