Jim Meyering <jim <at> meyering.net> writes:

> 
> I've just added a commit hook to disable commits to
> gnulib's CVS repository.
> 

There's one more commit that needs to be imported:
http://cvs.savannah.gnu.org/viewvc/gnulib/ChangeLog?
root=gnulib&r1=1.1938&r2=1.1939

before we can start open commits into gnulib.git.

I'd like to commit this, once Bruno's patch is included (partly, to make sure 
that git push privileges work).


Signed-off-by: Eric Blake <[EMAIL PROTECTED]>
---
 ChangeLog |    4 ++++
 README    |    4 +---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b2d95e8..22a5784 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-19  Eric Blake  <[EMAIL PROTECTED]>
+
+       * README: Update CVS instructions.
+
 2007-09-17  Jim Meyering  <[EMAIL PROTECTED]>
 
        * lib/savewd.c (ESTALE) [!defined]: Define.
diff --git a/README b/README
index 94df13f..0df0cb0 100644
--- a/README
+++ b/README
@@ -233,9 +233,7 @@ 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:[EMAIL PROTECTED]:/cvsroot/gnulib login
-  (Just hit Enter or Return when prompted for a password)
-  $ cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/gnulib checkout gnulib
+  $ cvs -d :pserver:[EMAIL PROTECTED]:/gnulib.git co -d gnulib 
HEAD
 
 Gnulib is hosted on savannah.gnu.org.  The project page is
 http://savannah.gnu.org/projects/gnulib.
-- 
1.5.3




Reply via email to