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

Re: No repository found? - still in doubt

From: Laszlo Nagy <nagylzs_at_enternet.hu>
Date: 2006-01-27 19:29:58 CET

>
>Okay, you are right, i'm wrong, sorry. I never tried to use a repository as
>"root" on svnserve. So, this works for me (start in any empty directory)
>
><bash>
>
>$ svnadmin create --fs-type=fsfs .
>$ svnserve -d -r .
>$ echo "[general]" > conf/svnserve.conf
>$ echo "anon-access = write" >> conf/svnserve.conf
>$ svn import /etc/inetd.conf svn://localhost/new -m "import"
>Adding /etc/inetd.conf
>
>
This works for me! Thank you. :-)
The problem only comes when I try to run svnserve with inetd.

If I start it with:

svnserve -d -r /home/svn/repository

then is works smoothly. But when I put it in /etc/inetd.conf:

svn stream tcp nowait svn /usr/local/bin/svnserve
--root=/home/svn/repository -i

then it tells me:

svn: No repository found in 'svn://localhost/new

Do you have any idea why this is happening to me?

>* svn version? I am using svn 1.3.0
>
>
%svn --version
svn, version 1.3.0 (r17949)
   compiled Jan 21 2006, 08:22:42

Thanks,

  Les

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 27 19:30:30 2006

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.