[Pkg-octave-commit] rev 68 - trunk

Rafael Laboissiere rafael@costa.debian.org
Sat, 19 Feb 2005 13:39:52 +0100


Author: rafael
Date: 2005-02-19 13:39:52 +0100 (Sat, 19 Feb 2005)
New Revision: 68

Modified:
   trunk/README
Log:
Added two more ways of specifying the Alioth username used by svn+ssh, as
suggested by Isaac Clerencia in pkg-octave-devel.


Modified: trunk/README
===================================================================
--- trunk/README	2005-02-19 12:03:02 UTC (rev 67)
+++ trunk/README	2005-02-19 12:39:52 UTC (rev 68)
@@ -114,6 +114,16 @@
         will need to set the SVN_SSH environment variable, like this:
 	
         export SVN_SSH="ssh -l my-alioth-username"
+	
+	Otherwise, you can add your Alioth user name directly in the URL:
+	
+	svn co svn+ssh://my-alioth-username@svn.debian.org/svn/pkg-octave
+
+	Yet another solution, probably the best one, is adding to your
+        .ssh/ssh_config something like:
+	
+	Host svn.debian.org
+	User my-alioth-username
 ]	 
 
 # Create the directory for the new package in trunk and tags