You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by ranzes <ra...@tdsoft.com.br> on 2006/04/01 06:01:33 UTC

Problems with subversion.

Hi, My name is Ranzes tamar , and I Have big problem with the Subversion.

The problems is This:

when Access Tortoise for windows in My server Slackware 10.2 with 
Subversion 1.3.0

show me this message:

TortoiseSVN

/dados/desenvolvimento/svn/conf/svnserver.conf:1: Section header must 
start in the firt column.

This is my config file:

[general]

> anon-access = none
> auth-access = write
> password-db = passwd
> authz-db = authz
> realm = REPOSITORIO TDSOFT


How resolv is this?

Thank's



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Problems with subversion.

Posted by Johan Appelgren <jo...@gmail.com>.
On 4/1/06, ranzes <ra...@tdsoft.com.br> wrote:
> Hi, My name is Ranzes tamar , and I Have big problem with the Subversion.
>
> The problems is This:
>
> when Access Tortoise for windows in My server Slackware 10.2 with
> Subversion 1.3.0
>
> show me this message:
>
> TortoiseSVN
>
> /dados/desenvolvimento/svn/conf/svnserver.conf:1: Section header must
> start in the firt column.
>
> This is my config file:
>
> [general]
>
> > anon-access = none
> > auth-access = write
> > password-db = passwd
> > authz-db = authz
> > realm = REPOSITORIO TDSOFT
>
>
> How resolv is this?

The error says that the line with [general] begins with whitespace
characters. Remove them and the problem will be solved.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org