Changes between Version 4 and Version 5 of Git/WhyGit
- Timestamp:
- Feb 6, 2011, 9:18:34 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Git/WhyGit
v4 v5 15 15 == Why should Boost move to a distributed version control system? == 16 16 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 , andmany 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. 18 18 19 19 * Decouples the Boost mothership repository from developers' local repositories: … … 37 37 == What is the downside of Boost using distributed version control and Git? == 38 38 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 52 Dave Abrahams helped clarify decoupling and modularization as driving forces. 53 54 Steven Watanabe supplied several of the "downside" entries. 40 55 41 56 || 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. ||