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

[BOOK PATCH] file/to/repos/trunk

From: David Relson <relson_at_osagesoftware.com>
Date: 2004-08-29 19:40:30 CEST

Greetings,

Using svn 1.0.6, I've encountered a problem in the tutorial,
specifically svnbook/ch01s07.html. Details are in attached file
problem.0829a.txt.

Briefly the tutorial says to use:

    svn checkout file:///path/to/repos/trunk project

which gives:

    svn: URL 'file:///path/to/repos/trunk' doesn't exist

Leaving off the "/trunk" works fine.

The patch is below.

Please CC me on any replies as I am not subscribed to the list.

Regards,

David

###################################################################

--- subversion-1.1.0-rc2/doc/book/book/ch01.xml~ 2004-05-16 09:40:24.000000000 -0400
+++ subversion-1.1.0-rc2/doc/book/book/ch01.xml 2004-08-29 13:17:48.650776392 -0400
@@ -500,7 +500,7 @@
       actual work will happen:</para>
 
     <screen>
-$ svn checkout file:///path/to/repos/trunk project
+$ svn checkout file:///path/to/repos project
 A project/foo.c
 A project/bar.c
 A project/Makefile

--- subversion-1.1.0-rc2/README~ 2004-04-13 17:43:20.000000000 -0400
+++ subversion-1.1.0-rc2/README 2004-08-29 13:32:59.855252256 -0400
@@ -97,7 +97,7 @@
                                baz.c
                                etc.
 
- 3. svn checkout file:///path/to/repos/trunk project
+ 3. svn checkout file:///path/to/repos project
 
           - this creates a 'project' directory which is a working copy
of
             the /trunk directory in the repository.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Aug 29 21:56:11 2004

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.