> How do people use CVS in a large organization?  How do you isolate the
> baseline from developers checkins?

Yes.

Use task branches. Create a new branch for a task.
Make changes to that branch. Update from the main
branch to the task branch as necessary.  Then,
when finished, merge back.

As long as the updates only go from main branch
to task branch up until the end, it's not so bad
to keep track of.

Oh, and... make the tasks as small as possible.


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

Reply via email to