vcs:https-svn

This is an old revision of the document!


We've moved all commit access to https only, any commits to http will fail with a 403 forbidden error.

Migrating your checkout

  • Go to the root of your checkout and run
  • svn info
  • Grab the URL part and then run
  • svn switch --relocate <url> <url-over-https> .

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/ .
vcs/https-svn.1308071931.txt.gz · Last modified: 2017/09/22 13:28 (external edit)