[Zope3-checkins] CVS: Zope3/src/zope/fssync - README.txt:1.7

Guido van Rossum guido@python.org
Thu, 15 May 2003 14:37:59 -0400


Update of /cvs-repository/Zope3/src/zope/fssync
In directory cvs.zope.org:/tmp/cvs-serv14850

Modified Files:
	README.txt 
Log Message:
Rephrase the main remaining bug.


=== Zope3/src/zope/fssync/README.txt 1.6 => 1.7 ===
--- Zope3/src/zope/fssync/README.txt:1.6	Wed May 14 21:56:47 2003
+++ Zope3/src/zope/fssync/README.txt	Thu May 15 14:37:58 2003
@@ -54,8 +54,8 @@
 BUGS
 ----
 
-* After committing an added or removed dict, the flag doesn't get
-  cleared in the entry.
+* Sometimes when committing additions or removals, the Entries.xml
+  file doesn't get updated properly.
 
 
 TO DO
@@ -70,19 +70,18 @@
 * allow adding files of different types based on the file suffix or an
   explicit -t argument
 
-* a 'status' command showing careful status
-
 * more diff options:
   -2 diffs between local and remote
   -3 diffs between original and remote
   -N shows diffs for added/removed files as diffs with /dev/null
   more GNU diff options?  e.g. --ignore-space-change etc.
 
+* something akin to cvs -n update, which shows what update would do
+  without actually doing it
+
 * allow checking out the root
 
 * allow checking out /++etc++site
-
-* add adapters for more common content types, e.g. images
 
 * add a log message to the commit command