[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: <dma2005_at_yahoo.com>
Date: 2005-08-30 16:05:59 CEST

I think I tried that already but thanks. I'll give it
a try again. Do I need white space for the actually
property name?

ex.
"[general]" - no white space
some-property = "some property value" -- no white
space

Why cant subversion parse the file looking for
beginning and ending "[]" and not worrying about
spaces?

Thanks,

--- Marcus Rueckert <darix@web.de> wrote:

> 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
>
>

                
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 30 16:09:42 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.