CVS update: /ccvs/

[email protected] 2 May 2005 20:05:38 -0000
Newsgroups gmane.comp.version-control.cvs.cvs
Message-ID <[email protected]>
User: dprice  
Date: 05/05/02 13:05:38

Modified:
 /ccvs/
  ChangeLog, TODO

Log:
 Merge changes from 1.11.x.

File Changes:

Directory: /ccvs/
=================

File [changed]: ChangeLog
Url: https://ccvs.cvshome.org/source/browse/ccvs/ChangeLog?r1=1.1200&r2=1.1201
Delta lines:  +5 -0
-------------------
--- ChangeLog	2 May 2005 19:16:35 -0000	1.1200
+++ ChangeLog	2 May 2005 20:05:36 -0000	1.1201
@@ -1,5 +1,10 @@
 2005-05-02  Derek Price  <[email protected]>
 
+	* TODO (231): New item.
+	(22, 30, 31): Remove completed items.
+
+2005-05-02  Derek Price  <[email protected]>
+
 	* NEWS: Note new val-tags locks.
 
 2005-05-02  Derek Price  <[email protected]>

File [changed]: TODO
Url: https://ccvs.cvshome.org/source/browse/ccvs/TODO?r1=1.87&r2=1.88
Delta lines:  +5 -5
-------------------
--- TODO	4 Nov 2004 19:03:23 -0000	1.87
+++ TODO	2 May 2005 20:05:36 -0000	1.88
@@ -1,10 +1,5 @@
 The "TODO" file!                              -*-Indented-Text-*-
 
-30. Add "rdiff" & "rtag" program options to the modules database.  These
-    commands seem hard to use since these commands deal directly with the
-    RCS ,v files.  (perhaps should think a little harder about what this is
-    trying to accomplish and what the best way is -kingdon, Jul 1997).
-
 38. Think hard about using RCS state information to allow one to checkin
     a new vendor release without having it be accessed until it has been
     integrated into the local changes.
@@ -853,3 +848,8 @@
 savings time and standard time.  This probably has something to do with the
 two 1AM to 2AM time slots that occur over that two hour period (one such
 failure was on the morning of October 31st, 2004).
+
+234.  Noop commands should be logged in the history file.  Information can
+still be obtained with noop commands, for instance via `cvs -n up -p', and
+paranoid admins might appreciate this.  Similarly, perhaps diff operations
+should be logged.