[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: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-09-24 19:00:39 CEST

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

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.