You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by sir isac <si...@gmail.com> on 2014/07/21 06:42:38 UTC

Regading SVN

Hello I am unable to connect my repository. I am getting this error on my
terminal

bipul@bipul-X550EA:~/test$ svn checkout svn://127.0.0.1/test --username
jimmy
svn: E200002: Unable to connect to a repository at URL 'svn://127.0.0.1/test
'
svn: E200002: Error while parsing config file:
/var/lib/svn/repos/test/conf/svnserve.conf:
svn: E200002: line 19: Option expected

I have Launch the SVN server forground processs on other terminal via
bipul@bipul-X550EA:~/test$ sudo svnserve -d --foreground -r
/var/lib/svn/repos/

Kindly help me.

Thanking you

Warm regards
Bipul kumar

Re: Regading SVN

Posted by Nico Kadel-Garcia <nk...@gmail.com>.
On Mon, Jul 21, 2014 at 12:42 AM, sir isac <si...@gmail.com> wrote:
> Hello I am unable to connect my repository. I am getting this error on my
> terminal
>
> bipul@bipul-X550EA:~/test$ svn checkout svn://127.0.0.1/test --username
> jimmy
> svn: E200002: Unable to connect to a repository at URL
> 'svn://127.0.0.1/test'
> svn: E200002: Error while parsing config file:
> /var/lib/svn/repos/test/conf/svnserve.conf:
> svn: E200002: line 19: Option expected
>
> I have Launch the SVN server forground processs on other terminal via
> bipul@bipul-X550EA:~/test$ sudo svnserve -d --foreground -r
> /var/lib/svn/repos/
>
> Kindly help me.
>
> Thanking you
>
> Warm regards
> Bipul kumar

First, do go through the helpful 'Red Book'.

Then look at the 'svnserve.conf' file, because it thinks there is an
error in line 19. Perhaps you could post your configuration file, so
we have a hint what it thinks is wrong?