Re: svnserve -r option
From: Nick Vargish <nick_at_vargish.org>
Date: 2004-12-15 19:34:24 CET
> server_args = -t -r=/usr/local/svn
Remove the second '=', and all should be well, like:
server_args = -t -r /usr/local/svn
The Unix convention is that single-dash options take a space between
Nick
-- Nick Vargish | nick_at_vargish.org | http://nick.vargish.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Dec 15 19:48:13 2004 |
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.