Differences

This shows you the differences between two versions of the page.

Link to this comparison view

svn:config [2011/08/01 16:51] (current)
Toni Corvera created
Line 1: Line 1:
 +====== 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 ''<​nowiki>​svn+ssht://​domain.tld</​nowiki>''​ and ''<​nowiki>​svn+sshtunnel://​domain.tld</​nowiki>''​ instead of ''<​nowiki>​svn+ssh://​domain.tld</​nowiki>''​
 +
 +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