rfc:dvcs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rfc:dvcs [2011/08/24 18:27] – 1.0 dsprfc:dvcs [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 3: Line 3:
   * Date: 2011-07-30   * Date: 2011-07-30
   * Author: David Soria Parra <dsp at php dot net>   * Author: David Soria Parra <dsp at php dot net>
-  * Status: Draft+  * Status: Accepted with Option Git [[rfc:dvcs:vote|Voting Results]] (Voting ended Sep 7, 2011 12:00 UTC)
   * First Published at: http://wiki.php.net/rfc/dvcs   * First Published at: http://wiki.php.net/rfc/dvcs
  
Line 273: Line 273:
 Windows. This situation is slowly improving. Windows. This situation is slowly improving.
  
-==== CLRF -> LF ====+==== CRLF -> LF ====
 Git supports CRLF to LF conversion. This can be configured using the variables Git supports CRLF to LF conversion. This can be configured using the variables
 core.autocrlf, core.safecrlf and gitattributes. core.autocrlf, core.safecrlf and gitattributes.
Line 445: Line 445:
 not allow checkouts of subdirectories, we will have to split the repository into not allow checkouts of subdirectories, we will have to split the repository into
 modules, a move which is already desired. To guarantee minimal downtimes and a modules, a move which is already desired. To guarantee minimal downtimes and a
-smooth transition, we will move one module at at ime. The first module will+smooth transition, we will move one module at a time. The first module will
 be php-src and the karma system. Other modules like systems will follow. be php-src and the karma system. Other modules like systems will follow.
  
Line 480: Line 480:
 more to follow. more to follow.
  
-===== Discussion ====+===== Discussion and Recommendation ====
 In this section I'll try to outline some qualitative evaluation based on In this section I'll try to outline some qualitative evaluation based on
 discussions that I had about this topic with people from the PHP community and discussions that I had about this topic with people from the PHP community and
Line 525: Line 525:
   * http://git-scm.org (Git Website)   * http://git-scm.org (Git Website)
   * http://www.python.org/dev/peps/pep-0374/ (Python PEP to choose a DVCS. This RFC is heavily inspired by the PEP)   * http://www.python.org/dev/peps/pep-0374/ (Python PEP to choose a DVCS. This RFC is heavily inspired by the PEP)
 +  * http://hginit.com
  
 Discussion on internals: Discussion on internals:
Line 540: Line 541:
   * 2011-07-30: initial revision   * 2011-07-30: initial revision
   * 2011-08-07: general cleanup and a small amount of Bazaar information   * 2011-08-07: general cleanup and a small amount of Bazaar information
 +  * 2011-08-26: add reference to hginit.com
rfc/dvcs.1314210463.txt.gz · Last modified: 2017/09/22 13:28 (external edit)