So running it in the following manner:
f:\Subversion\bin>"svnserve.exe" -d -r f:\svnroot\Norwescon
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.
Thanks!
Rory
-----Original Message-----
From: rooneg@gmail.com [mailto:rooneg@gmail.com] On Behalf Of Garrett Rooney
Sent: Saturday, September 24, 2005 10:01 AM
To: rory@clarkzoo.org
Cc: Craig Demyanovich; users@subversion.tigris.org
Subject: Re: Windows based installs
On 9/24/05, Rory Clark <rory@clarkzoo.org> wrote:
> I wasn't really wanting to put the repository on C: primarily for
> space considerations (F: is the data drive and substantially larger!),
> so I moved the subversion install to the F: drive and fired it up:
> f:\Subversion\bin>svnserve.exe -i -r f:\svnroot\Norwescon
>
> Which results in:
> ( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline ) ) )
You need to add the -d argument to svnserve to tell it to run as a daemon,
otherwise it thinks it should take input from stdin and write output to
stdout, as it would when being used over svn+ssh:// connections.
-garrett
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Sep 24 19:28:47 2005