X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=README;h=cc2b0b0a36924bfb022e88e25d81baa5ae52084a;hb=00ae160413545c4a01c500d41684b675547d1e83;hp=94df13f9ba544fb6b90ad15b3f57b443c992160b;hpb=90e1ab9fe444c75323593edc5f4b73517361c971;p=gnulib.git diff --git a/README b/README index 94df13f9b..cc2b0b0a3 100644 --- a/README +++ b/README @@ -213,9 +213,17 @@ git and CVS Gnulib is available for anonymous checkout. In any Bourne-shell the following should work: - $ git clone git://git.sv.gnu.org/gnulib + $ git clone git://git.sv.gnu.org/gnulib.git Or, if you prefer the CVS-like 'cogito' frontend to plain 'git': - $ cg clone git://git.sv.gnu.org/gnulib + $ cg clone git://git.sv.gnu.org/gnulib.git + +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) @@ -233,9 +241,12 @@ cogito resources: For those among us who have tightly limited disk space and a fast network connection, CVS checkouts are also supported: - $ cvs -d :pserver:anoncvs@cvs.gnu.org:/cvsroot/gnulib login - (Just hit Enter or Return when prompted for a password) - $ cvs -d :pserver:anoncvs@cvs.gnu.org:/cvsroot/gnulib checkout gnulib + $ 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. @@ -258,10 +269,10 @@ changes. ----- Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. -This program is free software; you can redistribute it and/or modify +This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +the Free Software Foundation; either version 3 of the License, or +(at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -269,5 +280,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software Foundation, -Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +along with this program. If not, see . */