Changes between Version 1 and Version 2 of FrequentlyAskedQuestionsBazaar


Ignore:
Timestamp:
01/11/09 12:35:51 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FrequentlyAskedQuestionsBazaar

    v1 v2  
    1 ==   ==
     1== Why replace CVS with Bazaar? ==
     2CVS is old technology which doesn't easily support merging (nor even folder renames)
    23
     4Merging is a common requirement for Sahana where most development occurs in deployment branches & currently never makes it back to trunk.[[BR]]
     5It is also relevant to GSoC where merges are done in a very manual, painful process.
     6
     7Using a Distributed Version Control System can be a great benefit for our Project:
     8 * http://ianclatworthy.files.wordpress.com/2007/10/dvcs-why-and-how3.pdf
     9 * http://www.robf.de/Hacking/bazaar/dvc-rules.html
     10
     11Bzr is simple to use for people familiar with CVS (or SVN) & supports Launchpad:
     12 * http://bazaar-vcs.org/BzrWhy
     13
     14Bzr is used by Web2Py:
     15 * https://code.launchpad.net/~mdipierro/web2py/devel
    316----
    417FrequentlyAskedQuestions