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

Re: checkout

From: Ryan Schmidt <subversion-2006q2_at_ryandesign.com>
Date: 2006-05-08 16:41:48 CEST

On May 8, 2006, at 16:18, Gale, David wrote:

> Out of curiosity, what's the result of the following?
> svn ls http://mysite:/mySim1/

There should not be a colon after the hostname. The correct command is:

svn ls http://mysite/mySim1/

> This should be equivalent to:
> mkdir simsDir; cd simsDir
> svn checkout file:////scratch/hapol/svnroot/trunk mySim1
> svn checkout file:////scratch/hapol/svnroot2/trunk mySim2

The file:/// protocol has three slashes after the colon, not four.
The correct commands are:

svn checkout file:///scratch/hapol/svnroot/trunk mySim1
svn checkout file:///scratch/hapol/svnroot2/trunk mySim2

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 8 16:43:24 2006

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

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