[EMAIL PROTECTED] 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

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to