doc:git

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
Next revisionBoth sides next revision
doc:git [2011/12/07 00:42] – Formatting, added to Git Project Structure section frozenfiredoc:git [2011/12/07 01:12] – Typo frozenfire
Line 16: Line 16:
   - [[https://svn.php.net/viewvc/phpdoc/pt_BR/|Brazilian Portuguese]]   - [[https://svn.php.net/viewvc/phpdoc/pt_BR/|Brazilian Portuguese]]
   - [[https://svn.php.net/viewvc/phpdoc/zh/|Chinese (simplified)]]   - [[https://svn.php.net/viewvc/phpdoc/zh/|Chinese (simplified)]]
 +  - [[https://svn.php.net/viewvc/phpdoc/en/|English]]
   - [[https://svn.php.net/viewvc/phpdoc/fr/|French]]   - [[https://svn.php.net/viewvc/phpdoc/fr/|French]]
   - [[https://svn.php.net/viewvc/phpdoc/de/|German]]   - [[https://svn.php.net/viewvc/phpdoc/de/|German]]
Line 32: Line 33:
  
 ''doc-en Module Example'' ''doc-en Module Example''
->doc-base https://svn.php.net/repository/phpdoc/doc-base/trunk +  doc-base https://svn.php.net/repository/phpdoc/doc-base/trunk 
->en https://svn.php.net/repository/phpdoc/en/trunk+  en https://svn.php.net/repository/phpdoc/en/trunk
  
 === Proposed Git Structure === === Proposed Git Structure ===
Line 39: Line 40:
 are required for the transition to Git from Subversion. First and foremost, Git does not support are required for the transition to Git from Subversion. First and foremost, Git does not support
 partial check-outs of a subsection of the repository. partial check-outs of a subsection of the repository.
-Because of this, the project much be split into several independent repositories, and "wrapper"+Because of this, the project must be split into several independent repositories, and "wrapper"
 repositories whose function is to define a set of submodules that make up each translation's project. repositories whose function is to define a set of submodules that make up each translation's project.
  
Line 47: Line 48:
 == "Wrapper" Repositories == == "Wrapper" Repositories ==
 Each wrapper repository will include doc-base and its respective translation project as submodules. Each wrapper repository will include doc-base and its respective translation project as submodules.
 +
 +''doc-en Wrapper Repository Example''
 +  git init phpdoc-en
 +  git submodule add phpdoc-en/doc-base git://github.com/php/phpdoc-base.git
 +  git submodule add phpdoc-en/en git://github.com/php/phpdoc-en.git
doc/git.txt · Last modified: 2020/09/03 01:18 by avenger