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

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
the flag and the argument, whereas double-dash options take an equal
sign between the flag and the argument.

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.org
Received 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.