Changes between Version 4 and Version 5 of Git/WhyGit


Ignore:
Timestamp:
Feb 6, 2011, 9:18:34 PM (12 years ago)
Author:
Beman Dawes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Git/WhyGit

    v4 v5  
    1515== Why should Boost move to a distributed version control system? ==
    1616
    17 * Enables decoupling and modularization. While decoupling and modularization is certainly possible with non-distributed version control, a distributed version control system makes it much easier, and many large open-source projects have moved or are moving to DVCS.
     17* Enables decoupling and modularization. While decoupling and modularization is certainly possible with non-distributed version control, a distributed version control system makes it much easier. As a consequence, many large open-source projects have moved or are moving to DVCS.
    1818
    1919* Decouples the Boost mothership repository from developers' local repositories:
     
    3737==  What is the downside of Boost using distributed version control and Git? ==
    3838
    39 * Will the real Boost step forward?
     39* Will the real Boost step forward? A proliferation of Boost repositories can be a source of confusion unless care is taken.
     40
     41* The migration itself will cause a certain amount of disruption.
     42 (transient).
     43
     44* Those who just don't care will have to learn a new tool.
     45 (transient, subjective).
     46
     47* Links to svn will be broken.  Trac and svn are currently
     48 heavily cross-linked. (long-term).
     49
     50== Acknowledgments ==
     51
     52Dave Abrahams helped clarify decoupling and modularization as driving forces.
     53
     54Steven Watanabe supplied several of the "downside" entries.
    4055
    4156|| Aside: The Wikipedia article on [http://en.wikipedia.org/wiki/Distributed_version_control_system Distributed revision control] as of 2 Feb 2011 is weaker than usual and may be misleading. Don't draw any conclusions based on it. ||