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

RE: Windows based installs

From: Himanshu Gohel <gohel_at_cse.usf.edu>
Date: 2005-09-24 20:44:37 CEST

> From: Rory Clark [mailto:rory@clarkzoo.org]
> Sent: Saturday, September 24, 2005 1:26 PM
>
> And then on the second machine I run:
> d:\svnroot>svn co svn:///nwcsvn.clarkzoo.org/Development
> or
> d:\svnroot>svn co svn:///nwcsvn.clarkzoo.org/Norwescon
>
> I get:
> svn: Can't connect to host '': No connection could be
> made because the target machine actively refused it.

Rory,

The command should be:

         d:\svnroot>svn co svn://nwcsvn.clarkzoo.org/Development

i.e. the name of the host is after the first two slashes, not after three.
If you put three slashes, then it means you want to connect to localhost, on
which you are not running the server.

I'm a little surprised that in the manual the syntax of the URLs/paths is
not included in the getting started/basics chapters. It should be, IMO.

--
Himanshu
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Sep 24 20:47:34 2005

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.