vcs:https-svn

Differences

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

Link to this comparison view

Next revision
Previous revision
vcs:https-svn [2011/06/14 17:01] – created scottmacvcs:https-svn [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
-We've moved all commit access to https only, any commits to http will fail with a 403 forbidden error.+We've moved commit access for repositories on svn.php.net to https only, any commits to http will fail with a 403 forbidden error.
  
 ====== Migrating your checkout ====== ====== Migrating your checkout ======
  
   * 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> .'' 
-  * eg (svn switch --relocate http://svn.php.net/repository/php/php-src https://svn.php.net/repository/php/php-src .)+ 
 + 
 +===== php-src example ===== 
 +<code>svn switch --relocate http://svn.php.net/repository/php/php-src https://svn.php.net/repository/php/php-src .</code> 
 + 
 +===== pecl example ===== 
 +<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.1308070875.txt.gz · Last modified: 2017/09/22 13:28 (external edit)