cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Changes to ccvs/HACKING [cvs1-11-x-branch]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/HACKING [cvs1-11-x-branch]
Date: Thu, 01 Sep 2005 09:45:05 -0400

Index: ccvs/HACKING
diff -u ccvs/HACKING:1.22.6.7 ccvs/HACKING:1.22.6.8
--- ccvs/HACKING:1.22.6.7       Thu Sep  1 12:25:39 2005
+++ ccvs/HACKING        Thu Sep  1 13:45:02 2005
@@ -23,7 +23,7 @@
 
 Patches against the development version of CVS are most likely to be accepted:
 
-       $ cvs -d:pserver:address@hidden/cvsroot co ccvs
+    $ CVS_RSH=ssh cvs -d:ext:address@hidden:/cvsroot/cvs co ccvs
 
 * Compiler options
 
@@ -32,13 +32,13 @@
 might cause spurious warnings, but at least on some machines, there
 should be no spurious warnings.  For example:
 
-       $ CFLAGS="-g -Wall" ./configure
+    $ CFLAGS="-g -Wall" ./configure
 
 Configure is not very good at remembering this setting; it will get
 wiped out whenever you do a ./config.status --recheck, so you'll need
 to use:
 
-       $ CFLAGS="-g -Wall" ./config.status --recheck
+    $ CFLAGS="-g -Wall" ./config.status --recheck
 
 * Backwards Compatibility
 
@@ -233,27 +233,21 @@
 
 * Mailing lists
 
-Anyone can add themselves to the following mailing lists:
+In addition to the mailing lists listed in the README file, developers should
+take particular note of the following mailling lists:
 
-    dev.  Unless you are accepted as a CVS developer as
-      described in the DEVEL-CVS file, you will only be able to
-      read this list, not send to it.  The charter of the list is
-      also in DEVEL-CVS.
-    cvs.  The only messages sent to this list are sent
+    bug-cvs:  This is the list which users are requested to send bug reports
+      to.  General CVS development and design discussions also take place on
+      this list.
+    info-cvs:  This list is intended for user questions, but general CVS
+      development and design discussions sometimes take place on this list.
+    cvs-cvs:  The only messages sent to this list are sent
       automatically, via the CVS `loginfo' mechanism, when someone
       checks something in to the master CVS repository.
-    test-results.  The only messages sent to this list are sent
+    cvs-test-results:  The only messages sent to this list are sent
       automatically, daily, by a script which runs "make check"
       and "make remotecheck" on the master CVS sources.
-To subscribe to dev, cvs, or test-results, send
-a message to "<list>address@hidden" or visit
-http://ccvs.cvshome.org/servlets/ProjectMailingListList and follow the
-instructions there.
-
-One other list related to CVS development is bug-cvs.  This is the
-list which users are requested to send bug reports to.  Anyone can
-subscribe; to do so send mail to address@hidden
-
-Other CVS discussions take place on the info-cvs mailing list
-(send mail to address@hidden to subscribe) or on
-the newsgroup comp.software.config-mgmt.
+
+To subscribe to any of these lists, send mail to <list>address@hidden
+or visit http://savannah.nongnu.org/mail/?group=cvs and follow the instructions
+for the list you wish to subscribe to.




reply via email to

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