Subversion - svn+ssh-// - No repository found

categories:

You can use “svn checkout svn://hostname.tld/project/” but you can’t check out your projects using svn+ssh:// ?

Let’s clear things, svn+ssh:// doesn’t require svnserve to run on the server as a daemon or through (x)inetd to work.

svn+ssh:// is only doing some kind of scp connection to the server. That’s why you need to USE ABSOLUTE PATH WHEN USING svn+ssh

Usage :

svn only svn checkout svn://hostname.tld/project/

svn+ssh svn checkout svn+ssh://hostname.told/full/path/to/project/




Thanks for reading this post!


Did you find an issue in this article?

- click on the following Github link
- log into Github with your account
- click on the line number containing the error
- click on the "..." button
- choose "Reference in new issue"
- add a title and your comment
- click "Submit new issue"

Your feedback is much appreciated! πŸ€œπŸΌπŸ€›πŸΌ

You can also drop me a line below!