Bob Ippolito wrote: > For major changes we use a branch. Otherwise we just don't break > stuff. If someone does end up breaking something on the trunk, it > shows up in the tests and people start filing issues in the trac. > This really doesn't happen much, and when it does happen it doesn't > last very long.
A small thing to add: Branches do allow people the isolated invironment, but at a very high cost: the pain of merging. Isolated environments are _not_ the goal of group development, but only useful sometimes. Then there is the difficulty of merging, which is slow and tedious and not a creative activity. So for a small or medium project, I would only use a branch for stable or supported versions as described in the SVN book. Hope that helps! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit -~----------~----~----~----~------~----~------~--~---
