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

Re: Section header expected

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-29 14:54:22 CEST

Stroemfeldt, Casper (CDS-VPI) wrote:
> Dear All,
> Very sorry if this has already been asked. I've just joined the list.
>
> I've setup a Subversion server (Win2000, Win Xp client)
> If I try to do a checkout with
> "svn checkout svn://server_name/repos"
> I get "C:/InetPub/.../svnserve.conf:12:Section header expected"
>
> I've tried both with commandline svn and tortoiseSVN with the same result.
> For the test svnserve.conf has
> anon-access = write
> # auth-access = write
>

svnserve.conf is an INI-style file, which means variables must be
grouped into "sections". Those two variables above are supposed to be
in a [general] section. Notice it's already commented out in the
default svnserve.conf.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 29 14:52:40 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.