summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBruno Haible <bruno@linuix.haible.de>2007-09-30 00:59:45 +0200
committerBruno Haible <bruno@linuix.haible.de>2007-09-30 00:59:45 +0200
commitb6298edef94b5f1d8dd88a99038c98f5c197566b (patch)
treede71eb94b5a1b417a5667631d36af41f6a786eb4 /README
parentda2717157866f24a6b23c120882562ca6ee0b6ac (diff)
downloadgnulib-b6298edef94b5f1d8dd88a99038c98f5c197566b.tar.gz
Add CVS checkout update instructions.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 1c431628aa..fb419af3fc 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.