summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBruno Haible <bruno@linuix.haible.de>2007-09-25 02:05:06 +0200
committerBruno Haible <bruno@linuix.haible.de>2007-09-25 02:05:06 +0200
commita1d5bf4615a98dd53267bf49646a09b823df3fe2 (patch)
treeb4420e1b35f3b86793024fa4895f35f0030aabab /README
parent99af6589185f8ddb5c2be3655b0daecb2a0ae4fa (diff)
downloadgnulib-a1d5bf4615a98dd53267bf49646a09b823df3fe2.tar.gz
Explain how to get a read-write checkout of gnulib.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 0df0cb0149..1c431628aa 100644
--- a/README
+++ b/README
@@ -217,6 +217,14 @@ following should work:
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/