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

Re: svnserve -r option

From: Roger Keays <roger.keays_at_ninthave.net>
Date: 2004-08-04 00:04:32 CEST

> I'm having some trouble getting svnserve to obey my "-r" option. I'm using ssh
> tunneling and suspect that might have something to do with it since it seems
> to work when not tunneling.

See Marcus' post earlier today. The only way to do this is to use a wrapper
script for the svnserve binary. Could be a good feature request though - I was
thrown by the same niggling problem when I first adopted svn.

>
> I was running it like so:
>
> su subversion -c "/usr/local/bin/svnserve -d -r /usr/local/svn/repos"
>
> I've also tried as a inetd process with each of the following:
>
> svn stream tcp nowait subversion /usr/local/bin/svnserve svnserve -i -r
> /usr/local/svn/repos svn stream tcp nowait subversion /usr/local/bin/svnserve
> svnserve -t -r /usr/local/svn/repos
>
> It just seems that no matter what I try, I still have to specify the full
> system path in my svn url.
>
> jgrill_at_testbox:~$ svn list svn+ssh://localhost/phpclasses/pagination
> jgrill@localhost's password:
> svn: No repository found in 'svn+ssh://localhost/phpclasses/pagination'
>
> jgrill@testbox:~$ svn list
> svn+ssh://localhost/usr/local/svn/repos/phpclasses/pagination
> jgrill@localhost's password: blah/
> foo/
> bar/
>
> Thanks,
>
> Jim Grill

-- 
--
Ninth Avenue Software
http://www.ninthave.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 3 23:57:54 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.