libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Update anoncvs instructions


From: Ralf Wildenhues
Subject: [PATCH] Update anoncvs instructions
Date: Sun, 25 Jan 2004 19:41:36 +0100
User-agent: Mutt/1.5.5.1+cvs20040105i

Patch for current anoncvs instructions in README-alpha, against
CVS HEAD.  I know this is not part of the distribution (and I
can see the apparent chicken-and-egg), but the less wrong
instructions floating around, the better (think ML archive,
think outdated webpages).


2004-01-25  Ralf Wildenhues  <address@hidden> (tiny change)

        * README-alpha: Update anoncvs instructions.

Index: README-alpha
===================================================================
RCS file: /cvsroot/libtool/libtool/README-alpha,v
retrieving revision 1.18
diff -u -r1.18 README-alpha
--- README-alpha        12 Nov 2003 18:37:26 -0000      1.18
+++ README-alpha        25 Jan 2004 18:13:28 -0000
@@ -1,9 +1,8 @@
 This is an alpha testing release of GNU Libtool.  To get the latest
 CVS version of this package, do:
 
-  cvs -d :pserver:address@hidden:/home/cvs login
-  [Hit return when prompted for the password]
-  cvs -d :pserver:address@hidden:/home/cvs checkout libtool
+  CVS_RSH=ssh; export CVS_RSH
+  cvs -d :ext:address@hidden:/cvsroot/libtool checkout libtool
   cd libtool
   ./bootstrap
 
@@ -180,9 +179,8 @@
 anonymous cvs by using the following commands (just hit return when
 you are prompted for the password):
 
-  $ cvs -z3 -d :pserver:address@hidden:/cvsroot/libtool login
-  Password:
-  $ cvs -z3 -d :pserver:address@hidden:/cvsroot/libtool \
+  $ CVS_RSH=ssh; export CVS_RSH
+  $ cvs -d :ext:address@hidden:/cvsroot/libtool \
   co -r @CVS_RELEASE_TAG@ libtool
 
 You will then need to have recent (possibly as yet unreleased) versions
@@ -258,9 +256,8 @@
 anonymous cvs by using the following commands (just hit return when
 you are prompted for the password):
 
-  $ cvs -z3 -d :pserver:address@hidden:/cvsroot/libtool login
-  Password:
-  $ cvs -z3 -d :pserver:address@hidden:/cvsroot/libtool \
+  $ CVS_RSH=ssh; export CVS_RSH
+  $ cvs -d :ext:address@hidden:/cvsroot/libtool \
   co -r @CVS_RELEASE_TAG@ libtool
 
 You will then need to have the latest release versions of Automake




reply via email to

[Prev in Thread] Current Thread [Next in Thread]