Subversion configuration

Using custom ports with svn+ssh

Edit ~/.subversion/config, section [tunnels], example, port 2222 and 12345:

[tunnels]
ssht = ssh -p 2222
sshtunnel = ssh -p 12345

Then use svn+ssht://domain.tld and svn+sshtunnel://domain.tld instead of svn+ssh://domain.tld

Source: http://www.techper.net/2009/01/11/changing-port-number-of-svnssh-subversion-protocol/

svn/config.txt · Last modified: 2011/08/01 16:51 by Toni Corvera
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki