[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

PATCH: INSTALL has wrong url for svn repos

From: Jonathan M. Manning <jmanning_at_alisa-jon.net>
Date: 2002-02-17 18:34:28 CET

When I recently did a clean checkout (see previous troubles), I did a
quick "grep 'svn co' INSTALL" to try to snag the URL. Oddly, the one it
gave me didn't work. This is from the out-of-build directory instructions,
but I think that the standard url was intended.

~Jonathan

Log:
Corrected path to svn repository in out of wc build.

Index: ./INSTALL
===================================================================
--- ./INSTALL
+++ ./.svn/tmp/INSTALL.55456.00001.tmp Sun Feb 17 12:32:15 2002
@@ -458,7 +458,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/trunk/repos -d svn
+ $ svn co http://svn.collab.net/repos/svn/trunk -d svn
           $ cd svn
           $ # get neon/db/apr as required
           $ chmod +x autogen.sh

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:08 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.