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
-~----------~----~----~----~------~----~------~--~---

Reply via email to