Table of Contents

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

php-src example

svn switch --relocate http://svn.php.net/repository/php/php-src https://svn.php.net/repository/php/php-src .

pecl example

svn switch --relocate http://svn.php.net/repository/pecl/ https://svn.php.net/repository/pecl/ .

php docs example

Assuming svn:externals was used:

$ 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