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

Guido van Rossum guido@python.org
Tue, 13 May 2003 17:12:00 -0400


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

Modified Files:
	README.txt 
Log Message:
Add a small TO DO list.


=== Zope3/src/zope/fssync/README.txt 1.1 => 1.2 ===
--- Zope3/src/zope/fssync/README.txt:1.1	Tue May 13 12:10:00 2003
+++ Zope3/src/zope/fssync/README.txt	Tue May 13 17:11:59 2003
@@ -49,3 +49,25 @@
 * Commands that are reasonable to do offline (e.g. add, remove,
   status, and the simplest form of diff) must be performed entirely
   offline.
+
+
+TO DO LIST
+----------
+
+* after committing an added or removed file, the flag doesn't get
+  cleared in the entry
+
+* unit tests for the fssync core functionality
+
+* refactoring more of the fssync core functionality
+
+* 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.