> I think we have a concensus then, both internally and incuding Sam's
> comment, for a branch?

Just answer a question for me, and I'm happy.  :-)  I just want to
understand the CVS mechanics for working on each branch.  After we (Ok, YOU
:-)) tag/create the branch, does this work?

 # hold onto the current project, with some private code
 $mv jakarta-james jakarta-james.HEAD
 # checkout a clean build of the new branch
 $cvs checkout -r <branch-name> jakarta-james
 # rename the directory to reflect the branch
 $mv jakarta-james jakarta-james.<branch-name>
 # rename the temporary directory back
 $mv jakarta-james.HEAD jakarta-james

And then I just work in one or the other sub-tree as normal?  Is that the
right idea?

        --- Noel


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to