web:mirror

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
web:mirror [2011/04/06 10:59] – external edit 127.0.0.1web:mirror [2012/06/05 11:03] – use git bjori
Line 15: Line 15:
 # Checkout the english manual sources # Checkout the english manual sources
 svn co https://svn.php.net/repository/phpdoc/modules/doc-en svn co https://svn.php.net/repository/phpdoc/modules/doc-en
-# Checkout the actual website, except for the distribution/ and extra/ dirs (huge binary filestakes days to download+# Checkout the actual website (does not include /distribution, thats a gigantic separate repo
-svn co --depth immediates https://svn.php.net/repository/web/php/trunk phpweb+git clone git://git.php.net/web/php.git phpweb
 cd phpweb cd phpweb
-svn up --set-depth infinity ./styles ./security ./images ./reST ./manual ./backend ./stats ./bin ./releases ./conferences ./pear ./license ./js ./ie6update ./archive  ./include 
  
 # Some files are pre-generated on master.php.net for various reasons # Some files are pre-generated on master.php.net for various reasons
Line 46: Line 45:
 === The SVN way, but with a hack === === The SVN way, but with a hack ===
  
-  - Checkout phpweb (svn co http://svn.php.net/repository/web/php/trunk phpweb)+  - Checkout phpweb (svn co https://svn.php.net/repository/web/php/trunk phpweb)
   - Within phpweb, run this: <code php>   - Within phpweb, run this: <code php>
 <?php <?php
Line 69: Line 68:
     * Rsync it     * Rsync it
     * Download it     * Download it
- 
web/mirror.txt · Last modified: 2023/12/05 12:17 by derick