Penguin

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

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

Newer page: version 13 Last edited on Friday, November 17, 2006 6:48:43 pm by DavidLeaver Revert
Older page: version 12 Last edited on Wednesday, July 19, 2006 5:07:46 pm by AristotlePagaltzis Revert
@@ -58,5 +58,17 @@
 If you want to checkout a local repository into the current directory type: 
  
  <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>