vcs:https-svn

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
vcs:https-svn [2011/06/14 17:21] – clarify we meed php-src, docs, pecl, pear scottmacvcs:https-svn [2011/06/30 08:21] – markup fix fa
Line 4: Line 4:
  
   * Go to the root of your checkout and run   * Go to the root of your checkout and run
-  * //svn info//+  * ''svn info''
   * Grab the URL part and then run   * Grab the URL part and then run
-  * //svn switch --relocate <url> <url-over-https> .//+  * ''svn switch -''''-relocate <url> <url-over-https> .''
  
  
Line 14: Line 14:
 ===== pecl example ===== ===== pecl example =====
 <code>svn switch --relocate http://svn.php.net/repository/pecl/ https://svn.php.net/repository/pecl/ .</code> <code>svn switch --relocate http://svn.php.net/repository/pecl/ https://svn.php.net/repository/pecl/ .</code>
 +
 +===== php docs example =====
 +Assuming svn:externals was used:
 +<code>
 +$ cd doc-en
 +$ cd en
 +$ svn switch --relocate http://svn.php.net/repository/phpdoc/en/trunk https://svn.php.net/repository/phpdoc/en/trunk
 +$ cd ../doc-base
 +$ svn switch --relocate http://svn.php.net/repository/phpdoc/doc-base/trunk https://svn.php.net/repository/phpdoc/doc-base/trunk
 +</code>
vcs/https-svn.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1