info-cvs
[Top][All Lists]
Advanced

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

Re: Branching from Working Directory


From: Matt Riechers
Subject: Re: Branching from Working Directory
Date: Tue, 20 Nov 2001 10:37:08 -0500

address@hidden wrote:
> 
> Hello,
> 
> I would like to create a branch based on my current working directory.
> 
> Well the problem is that the current working dir contains a lot of
> locally modified files. I dont want them to be reflected in the main
> trunk but only in the new branch.

If you create the branch with 'cvs rtag -r_some-other-tag -b branch-foo module'
you can move your working dir onto the branch with 'cvs up -r branch-foo', and
your local mods will now be commited on the branch. NOTE: you may also want to
rename your working dir to reflect the fact that you're on a branch to avoid
confusion.

-Matt



reply via email to

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