From: Bruno Haible Date: Sat, 29 Sep 2007 22:59:45 +0000 (+0200) Subject: Add CVS checkout update instructions. X-Git-Tag: v0.0~189 X-Git-Url: https://erislabs.net/gitweb/?a=commitdiff_plain;ds=inline;h=b6298edef94b5f1d8dd88a99038c98f5c197566b;p=gnulib.git Add CVS checkout update instructions. --- diff --git a/ChangeLog b/ChangeLog index 37d1bda1f..ab9bf86df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-09-29 Bruno Haible + + * README: Add CVS checkout update instructions. + Info from Bob Proulx . + 2007-09-28 Eric Blake Provide move-if-change. diff --git a/README b/README index 1c431628a..fb419af3f 100644 --- a/README +++ b/README @@ -243,6 +243,11 @@ For those among us who have tightly limited disk space and a fast network connection, CVS checkouts are also supported: $ cvs -d :pserver:anonymous@pserver.git.sv.gnu.org:/gnulib.git co -d gnulib HEAD +CVS checkouts from before 2007-09-19 can be converted to the new read-only CVS +location through commands like these: + $ find . -name Root -exec sed --in-place 's|.*|:pserver:anonymous@pserver.git.sv.gnu.org:/gnulib.git|' {} ';' + $ find . -name Repository -exec sed --in-place 's|^gnulib|/srv/git/gnulib.git/HEAD|' {} ';' + Gnulib is hosted on savannah.gnu.org. The project page is http://savannah.gnu.org/projects/gnulib.