This one got me.../path/to/repos is not just /path/to/svn (the main parent
for all projects), but rather /path/to/svn/project1
So you need to have a project imported already: /path/to/repos/project1
At least that's why I saw this error.
On 4/6/06, Mark Hirota <markhirota@gmail.com> wrote:
>
> 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
>
--
Anthony Ettinger
Signature: http://chovy.dyndns.org/hcard.html
Received on Fri Apr 7 10:55:53 2006