Author: bhuvan
Date: Wed Dec 23 07:48:21 2009
New Revision: 893418
URL: http://svn.apache.org/viewvc?rev=893418&view=rev
Log:
Fix the checkout URLs, they are no more in svn.collab.net.
* INSTALL
The repository is now in svn.apache.org.
Approved by: kameshj
Modified:
subversion/trunk/INSTALL
Modified: subversion/trunk/INSTALL
URL:
http://svn.apache.org/viewvc/subversion/trunk/INSTALL?rev=893418&r1=893417&r2=893418&view=diff
==============================================================================
--- subversion/trunk/INSTALL (original)
+++ subversion/trunk/INSTALL Wed Dec 23 07:48:21 2009
@@ -700,7 +700,7 @@
a checkout and see an error like:
subversion/libsvn_ra/ra_loader.c:209: (apr_err=170000)
- svn: Unrecognized URL scheme 'http://svn.collab.net/repos/svn/trunk'
+ svn: Unrecognized URL scheme
'https://svn.apache.org/repos/asf/subversion/trunk'
It probably means that the dynamic loader/linker can't find all
of the libsvn_* libraries.
@@ -725,7 +725,7 @@
It is possible to configure and build Subversion on Unix in a
directory other than the working copy. For example
- $ svn co http://svn.collab.net/repos/svn/trunk svn
+ $ svn co https://svn.apache.org/repos/asf/subversion/trunk svn
$ cd svn
$ # get neon/apr as required
$ chmod +x autogen.sh
@@ -793,7 +793,7 @@
"command" from the Start menu's "Run..." menu option), change to
the directory you installed the executables into, and run:
- C:\test>svn co http://svn.collab.net/repos/svn/trunk svn
+ C:\test>svn co https://svn.apache.org/repos/asf/subversion/trunk svn
This will get the latest Subversion sources and put them into the
"svn" subdirectory.
@@ -892,7 +892,7 @@
* Make a directory SVN and cd into it.
* Either checkout Subversion:
- svn co http://svn.collab.net/repos/svn/trunk/ src-trunk
+ svn co https://svn.apache.org/repos/asf/subversion/trunk src-trunk
or unpack the zip file distribution and rename the directory to
src-trunk.