info-cvs
[Top][All Lists]
Advanced

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

Re: Can you create a Branch from a tag on CVS form a tag in past time?


From: Jim Hyslop
Subject: Re: Can you create a Branch from a tag on CVS form a tag in past time?
Date: Mon, 17 Oct 2005 12:13:29 -0400
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Farshad Mahjoubi wrote:
> Let say a developer has worked off of trunk in the past and has not
> submitted his changes in Trunk, and we have released the code now and we do
> not want him to sumit to trunk now, and we need him to submit to a new Brach
> called Integration_Branch
> 
> Which Brached off of release1.
> 
> Can this delveloper bring his changes to a branch off of Trunk now.

Yes. When he checks in his changes, he just uses the -r option to
specify the branch:

cvs commit -r Integration_Branch

A slightly more roundabout way of doing this is:

cvs update -r Integration_Branch
cvs commit

No new tags are required.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDU82pLdDyDwyJw+MRAkziAKDfNuLp4W9SgV8aCSiZcJ8DCHFF9ACgieNh
cskK6DoSwdENS1bSjS+6oi8=
=00aL
-----END PGP SIGNATURE-----





reply via email to

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