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

Is this an SSH bug?

From: Mark Hirota <markhirota_at_gmail.com>
Date: 2006-04-07 02:25:41 CEST

Here's the scenario I'm running and the issue I'm having -- someone more
knowledgable please tell me if I should file a bug:

1. I'm running a Linux server, with Subversion 1.3.1 built from source
2. I SSH into the server and start svnserve in this fashion:

  svnserve -t -r /path/to/repos

3. Then, on a WinXP client running 1.3.3 TortoiseSVN, I try and connect
using this URL:

  svn+ssh://my.host.example/

4. Note that on the TortoiseSVN, I've configured the Network settings to use
an SSH client like this:

  C:\Program Files\TortoiseSVN\bin\TortoisePlink.exe -l myusername -pw
mypassword

5. Whenever I try this, I get the following error:

  Error: No repository found in 'svn+ssh://my.host.example'

6. The funny thing is, if I start the Subversion server using the daemon
instead:

  svnserve -d -r /path/to/repos

    and then try the same thing to connect on the client side (minus the
"+ssh" in the URL):

  svn://my.host.example/

    it connects just fine.

Is there something I'm overlooking? Why isn't this working using SSH? When
searching through the issues, I did notice something that looks like it
could potentially be related:

http://subversion.tigris.org/issues/show_bug.cgi?id=2511

Please help!

Thanks,
--MH
Received on Fri Apr 7 10:49:18 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.