[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force SVN commit: rev 53 - /



Author: branden
Date: 2003-05-25 19:14:37 -0500 (Sun, 25 May 2003)
New Revision: 53

Modified:
   README
Log:
change examples to use svn+ssh scheme instead of svn, since that's what folks are actually using to access the repo

Modified: README
==============================================================================
--- README	2003-05-25 23:28:18 UTC (rev 52)
+++ README	2003-05-26 00:14:37 UTC (rev 53)
@@ -2,10 +2,10 @@
 
 DO NOT EVER CHECK OUT OR EXPORT THE FOLLOWING PATHS WITHOUT PRIOR
 PERMISSION FROM BRANDEN ROBINSON:
-        svn://necrotic.deadbeast.net/var/lib/svn/xfree86
-        svn://necrotic.deadbeast.net/var/lib/svn/xfree86/branches
-        svn://necrotic.deadbeast.net/var/lib/svn/xfree86/tags
-        svn://necrotic.deadbeast.net/var/lib/svn/xfree86/vendor
+        svn+ssh://necrotic.deadbeast.net/var/lib/svn/xfree86
+        svn+ssh://necrotic.deadbeast.net/var/lib/svn/xfree86/branches
+        svn+ssh://necrotic.deadbeast.net/var/lib/svn/xfree86/tags
+        svn+ssh://necrotic.deadbeast.net/var/lib/svn/xfree86/vendor
 
 Once the XFree86 upstream code is imported, the *huge* number of tags and
 branches in it will 1) consume massive amounts of bandwidth from this
@@ -25,8 +25,8 @@
 So, please, DO NOT DO THAT.
 
 Checking out one of the following:
-        svn://necrotic.deadbeast.net/var/lib/svn/xfree86/people
-        svn://necrotic.deadbeast.net/var/lib/svn/xfree86/trunk
+        svn+ssh://necrotic.deadbeast.net/var/lib/svn/xfree86/people
+        svn+ssh://necrotic.deadbeast.net/var/lib/svn/xfree86/trunk
 
 or any subdirectory thereof is freely permitted until further notice,
 however.
@@ -43,21 +43,21 @@
 to various releases of Debian, e.g., "woody" or "sarge".  Branches can also
 be created for cutting-edge, experimental work by teams of people.
 Examples:
-        svn://necrotic.deadbeast.net/var/lib/svn/xfree86/branches/4.3.0/sid
-        svn://necrotic.deadbeast.net/var/lib/svn/xfree86/branches/4.2.1/sarge
-        svn://necrotic.deadbeast.net/var/lib/svn/xfree86/branches/4.1.0/woody
-        svn://necrotic.deadbeast.net/var/lib/svn/xfree86/branches/4.1.0/potato
+        svn+ssh://necrotic.deadbeast.net/var/lib/svn/xfree86/branches/4.3.0/sid
+        svn+ssh://necrotic.deadbeast.net/var/lib/svn/xfree86/branches/4.2.1/sarge
+        svn+ssh://necrotic.deadbeast.net/var/lib/svn/xfree86/branches/4.1.0/woody
+        svn+ssh://necrotic.deadbeast.net/var/lib/svn/xfree86/branches/4.1.0/potato
 
 The "tags" correspond to specific package releases actually made.
 Examples:
-        svn://necrotic.deadbeast.net/var/lib/svn/xfree86/tags/4.3.0-1
-        svn://necrotic.deadbeast.net/var/lib/svn/xfree86/tags/4.2.1-7
+        svn+ssh://necrotic.deadbeast.net/var/lib/svn/xfree86/tags/4.3.0-1
+        svn+ssh://necrotic.deadbeast.net/var/lib/svn/xfree86/tags/4.2.1-7
 
 The "people" directories are project areas for the XFree86 Debian packaging
 team.  They can be used for cutting-edge, experimental work by specific
 individuals.
 Examples:
-        svn://necrotic.deadbeast.net/var/lib/svn/xfree86/people/branden
+        svn+ssh://necrotic.deadbeast.net/var/lib/svn/xfree86/people/branden
 
 $Id$
 



Reply to: