svn) is installed on hosting.com servers, so you can check out, update and commit against a repository from your account over SSH.
What you can do
Use the client on your account to work against a repository that lives somewhere else:On an unmanaged server
An unmanaged VPS or dedicated server is yours to configure. You have root, so you can install and runsvnserve, or serve repositories over HTTP with Apache’s mod_dav_svn, in exactly the way you would on any server you own.
This is not supported by us — we will not configure it, troubleshoot it or back up the repository data — but nothing stops you doing it.
Connecting to a server that uses a non-standard SSH port
Some servers use port 7822 for SSH rather than the default 22. Rather than passing the port every time, define a tunnel in your local Subversion config:- On your own computer, open
~/.subversion/configin a text editor. - Find the
[tunnels]section and add: - Save the file.
svn+altport:// in place of svn+ssh://:
More information
- Subversion project: https://subversion.apache.org
- The Subversion book: https://svnbook.red-bean.com
.jpg?fit=max&auto=format&n=E2LlsT5gBITvo732&q=85&s=ec11e1673894bdf46663a5d73602eb87)