You might want to take the user@ out of the connection string, and go: Server: svn+ssh://server/home/user/repository Username: user Password: <blank>
Another thing you can try is to edit ~/.ssh/config and add: Host myhost HostName example.com User username And then you can login with ssh myhost And Versions should be able to use svn+ssh://myhost/home/user/repository HTH, Ray On Wed, Dec 17, 2008 at 6:59 PM, Jason <[email protected]> wrote: > > Ok, so I have an ssh key set up between my mac and a linux server. On > that server I have a subversion repository sitting there that I need > to bookmark. I can log in via my mac terminal to the server without > issues. > > ssh -l user server > > logs me straight in to the server as "user". > > On the server the repository is at /home/user/repository/ > > So I go in to versions and type svn+ssh://u...@server/repository/ > > and I get the error > > "No repository found in 'svn+ssh://u...@server/repository' " > > I also tried svn+ssh://u...@server/home/user/repository/ with the same > result. > > Why isn't this working? Any ideas? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/versions?hl=en -~----------~----~----~----~------~----~------~--~---
