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

Re: Problems on SVNSERVE conf

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-10-09 22:24:02 CEST

On 10/9/07, Francisco Diaz Trepat - gmail
<francisco.diaztrepat@gmail.com> wrote:
> Hi I have a basic problem most likely.
>
> I am testing svn and having the following error:
>
> "svn: s:\libraries\conf\svnserve.conf:12: Option Expected"
>
> COMMANDS EXECUTED:
>
> svnadmin create libraries
>
> svnserve -d -r libraries
>
>
>
> I also attach the svnserve.conf authz and passwd files.

Leading spaces on lines in the config files are not allowed. The first
character on line 12 of svnserve.conf (which is where the error is
telling you to look) is a space.

Fix your config file to remove blank spaces at the beginning of each line.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 9 22:24:49 2007

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.