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

Error on page 23 of pdf (page numbered as 6) in introduction section

From: Bruce Modick <modick_at_sprynet.com>
Date: 2004-05-15 06:50:54 CEST

Hello,

I was stepping through the online manual (pdf version), trying to learn
how to use subversion, and could not get the commands on page 6 to work
for the 'checkout' phase (html page is found at:

http://svnbook.red-bean.com/svnbook/ch01s07.html)

Snippet of text is listed below:

Committed revision 1.
$

Now the repository contains your tree of data. At this point, you create
a “working copy” of the trunk directory. This is where your actual work
will happen:

$ svn checkout file://path/to/repos/trunk project
A project/foo.c
A project/bar.c
A project/Makefile

Checked out revision 1.

I found out by fooling around that the "svn checkout file: ..." line should have one
more slash, otherwise you get an error as listed below:

        dell-866:/ # svn checkout file://path/to/repos/trunk project
        svn: Unable to open an ra_local session to URL
        svn: Local URL 'file://path/to/repos/trunk' contains unsupported hostname

try again-> dell-866:/ # svn checkout file:///path/to/repos/trunk project

        A project/foo.c
        A project/bar.c
        A project/Makefile
        Checked out revision 1.
        dell-866:/ # cd project
        dell-866:/project # ls
        . .. bar.c foo.c Makefile .svn
        dell-866:/project #

Bruce Modick

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun May 16 07:37:21 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.