vcs:https-svn
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
vcs:https-svn [2011/06/14 17:01] – created scottmac | vcs:https-svn [2025/04/03 13:08] (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 |
====== 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// | + | * '' |
* Grab the URL part and then run | * Grab the URL part and then run | ||
- | * //svn switch --relocate <url> < | + | * '' |
- | * eg (svn switch --relocate http:// | + | |
+ | |||
+ | ===== php-src example ===== | ||
+ | < | ||
+ | |||
+ | ===== pecl example ===== | ||
+ | < | ||
+ | |||
+ | ===== php docs example ===== | ||
+ | Assuming svn: | ||
+ | < | ||
+ | $ cd doc-en | ||
+ | $ cd en | ||
+ | $ svn switch --relocate http:// | ||
+ | $ cd ../ | ||
+ | $ svn switch --relocate http:// | ||
+ | </ |
vcs/https-svn.1308070875.txt.gz · Last modified: 2025/04/03 13:08 (external edit)