diff README @ 9223:eea467fa230c

Explain how to get a read-write checkout of gnulib.
author Bruno Haible <bruno@linuix.haible.de>
date Tue, 25 Sep 2007 02:05:06 +0200
parents 0d037d707401
children 997c4ac150c7
line wrap: on
line diff
--- a/README
+++ b/README
@@ -217,6 +217,14 @@
 Or, if you prefer the CVS-like 'cogito' frontend to plain 'git':
   $ cg clone git://git.sv.gnu.org/gnulib
 
+For a read-write checkout you need to have a login on savannah.gnu.org and be
+a member of the gnulib project at http://savannah.gnu.org/projects/gnulib .
+Then, instead of the URL
+  git://git.sv.gnu.org/gnulib
+use the URL
+  ssh://<user>@git.sv.gnu.org/srv/git/gnulib
+where <user> is your login name on savannah.gnu.org.
+
 git resources:
   Overview: http://en.wikipedia.org/wiki/Git_(software)
   Homepage: http://git.or.cz/