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
Next revisionBoth sides next revision
vcs:https-svn [2011/06/14 17:14] scottmacvcs:https-svn [2011/06/15 19:58] – added php docs example philip
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 ======
Line 11: Line 11:
 ===== php-src example ===== ===== php-src example =====
 <code>svn switch --relocate http://svn.php.net/repository/php/php-src https://svn.php.net/repository/php/php-src .</code> <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.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1