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
Received on Sat Sep 24 19:02:25 2005