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

Re: not parsing config file correctly

From: Marcus Rueckert <darix_at_web.de>
Date: 2005-08-30 02:03:34 CEST

On 2005-08-29 14:03:32 -0700, dma2005@yahoo.com wrote:
> Date: Mon, 29 Aug 2005 14:03:32 -0700 (PDT)
> From: "dma2005@yahoo.com" <dma2005@yahoo.com>
> Subject: not parsing config file correctly
> To: dev@subversion.tigris.org
>
> Hi all,
>
> Can someone that has actually looked at the subversion
> code take a look as to why this error could be
> happening?
>
> When I try to use the svnserve.conf and a password
> file I get the
> following error:
> svn\repository\conf\svnserve.conf:1: Section header
> expected
>
> Or I'll get an error saying column header belongs in
> column 0.

no leading whitespaces allowed

" [users]" - illegal
"[users]" - correct

" [general]" - illegal
"[general]" - correct

unless you can prove that your config has no leading whitespaces before
the section header. i would say it is a false alarm.

hope this helps

    darix

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 30 02:04:35 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.