From: Bruno Haible Date: Tue, 25 Sep 2007 00:05:06 +0000 (+0200) Subject: Explain how to get a read-write checkout of gnulib. X-Git-Tag: v0.0~201 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=a1d5bf4615a98dd53267bf49646a09b823df3fe2;p=gnulib.git Explain how to get a read-write checkout of gnulib. --- diff --git a/ChangeLog b/ChangeLog index b0d2299b5..90c041432 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-09-24 Bruno Haible + + * README: Update git instructions. + 2007-09-24 Eric Blake Revert fpending breakage from 2007-09-08. diff --git a/README b/README index 0df0cb014..1c431628a 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://@git.sv.gnu.org/srv/git/gnulib +where is your login name on savannah.gnu.org. + git resources: Overview: http://en.wikipedia.org/wiki/Git_(software) Homepage: http://git.or.cz/