Penguin

Differences between current version and predecessor to the previous major change of SVNNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 16 Last edited on Monday, June 22, 2009 8:31:42 pm by LawrenceDoliveiro
Older page: version 12 Last edited on Wednesday, July 19, 2006 5:07:46 pm by AristotlePagaltzis Revert
@@ -59,4 +59,19 @@
  
  <verbatim> 
  svn co file:///home/my-svn-dir/name-of-my-repository . 
  </verbatim> 
+  
+!!! SVN+SSH on a port other than 22  
+  
+Open the file ~~/.subversion/config in your favorite text editor.%%%  
+In the section ~[tunnels] add a line like follows (for port 222)~:  
+ <verbatim>  
+ ssh2 = $SVN_SSH ssh -p 222  
+ </verbatim>  
+Then check out your repository using the new tunnel~:  
+ <verbatim>  
+ svn co svn+ssh2://my.svn.server/path/to/svn  
+ </verbatim>  
+  
+----  
+CategoryVersionControl