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

Repository Not Found with svn:ssh

From: Jerome Benezech <jbenezech_at_yahoo.com>
Date: 2007-06-07 07:59:23 CEST

Hi All,

I finally got to compile subversion 1.4.3 on a
GNU/Linux server and now run into problems trying to
access it.

I am running subversion on a shared host so it is
installed in my home directory and svnserve is started
with my user account.

When starting snvserve like this:
svnserve -d -r /home/user/svn/repositories
I can connect to my repository fine using either
file:/// or svn://
svn ls svn://user@myhost.com/myproject works fine

Now I would like to use SSH tunelling for remote
access. So I start svnserve like this:
svnserve -t -r /home/user/svn/repositories &

Then I try to access the repository from my server,
using the same user account:
svn ls svn+ssh://user@myhost.com/myproject

There I get the "No repository found" error. I tried
using several URL
svn ls
svn+ssh://user@myhost.com/home/user/svn/repositories/myproject

svn ls
svn+ssh://user@myhost.com~/svn/repositories/myproject
..

None of these work. I really don't know where to go
from there and any help would be great.

Thanks
Jerome

 

Jerome Benezech
jbenezech@yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 7 07:59:46 2007

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.