On 21/09/2007, JLIST <[EMAIL PROTECTED]> wrote: > > > I wonder what's the main reason to move to bazaar? Is it that SVN > is not working well or missing some features?
Anand and Aaron are in a better position to answer that, but take a look at http://bazaar-vcs.org/BzrFeatures for a list of goodies. I like bzr for several reasons: first and foremost, it's a distributed VCS (unlike svn which is centralized). this means that it's very easy to create branches of the source tree in many different locations (and merge them back when desired). It's written in python, and has an incredibly clean and readable codebase and a nice plugin architecture, so it's really easy to extend (and there are already lots of very useful such extensions). It's dependable - the entire codebase is covered by tests and Canonical is employing several people to maintain and extend the system. Finally, it's very user-friendly, more so than any other vcs out there (imho). I really like tortoiseSVN on Windows. Then you might like TortoiseBzr :) - http://bazaar-vcs.org/TortoiseBzr -- Tom Berger http://intellectronica.net/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
