doc:scratchpad:howto:checkout

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
Last revisionBoth sides next revision
doc:scratchpad:howto:checkout [2009/07/29 17:20] – added note about trunk philipdoc:scratchpad:howto:checkout [2010/03/02 17:53] – http->https for svn checkouts philip
Line 1: Line 1:
-===== Checking out the PHP Manual sources from SVN =====+ ===== Checking out the PHP Manual sources from SVN =====
  
 ==== Introduction ==== ==== Introduction ====
Line 15: Line 15:
  
 Where en/ contains all the XML DocBook files specific to English, and doc-base/ contains the related helper files like PHP scripts for validation. Where en/ contains all the XML DocBook files specific to English, and doc-base/ contains the related helper files like PHP scripts for validation.
- 
 ==== Methods for checking out (downloading) the sources ==== ==== Methods for checking out (downloading) the sources ====
 +These examples are specific to English (en), so substitute with the appropriate language code to instead download a translations sources.
  
 === Using svn:externals === === Using svn:externals ===
Line 22: Line 22:
 Several svn:externals already exist within phpdoc/modules and may be used. They are setup as doc-{lang} where {lang} is the language code for the desired language, and doc-all exists to include every language. Several svn:externals already exist within phpdoc/modules and may be used. They are setup as doc-{lang} where {lang} is the language code for the desired language, and doc-all exists to include every language.
  
-    svn co http://svn.php.net/repository/phpdoc/modules/doc-en phpdoc+    svn co https://svn.php.net/repository/phpdoc/modules/doc-en phpdoc
  
 So, that checks out via the svn:externals to a new local directory named phpdoc.  So, that checks out via the svn:externals to a new local directory named phpdoc. 
Line 30: Line 30:
 Sparse checkouts are another option. Sparse checkouts are another option.
  
-    svn co http://svn.php.net/repository --depth empty phpdoc +    svn co https://svn.php.net/repository --depth empty phpdoc 
-    svn co http://svn.php.net/repository/phpdoc/en/trunk --depth infinity phpdoc/en +    svn co https://svn.php.net/repository/phpdoc/en/trunk --depth infinity phpdoc/en 
-    svn co http://svn.php.net/repository/phpdoc/doc-base/trunk --depth infinity phpdoc/doc-base+    svn co https://svn.php.net/repository/phpdoc/doc-base/trunk --depth infinity phpdoc/doc-base
  
 ==== Conclusion ==== ==== Conclusion ====
doc/scratchpad/howto/checkout.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1