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

Fred L. Drake, Jr. fred@zope.com
Wed, 23 Jul 2003 12:07:33 -0400


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

Modified Files:
	README.txt 
Log Message:
- minor additional notes
- re-order the difflib-based "zsync diff" since that's really low
  priority


=== Zope3/src/zope/fssync/README.txt 1.34 => 1.35 ===
--- Zope3/src/zope/fssync/README.txt:1.34	Thu Jul 17 14:33:06 2003
+++ Zope3/src/zope/fssync/README.txt	Wed Jul 23 12:07:26 2003
@@ -107,7 +107,8 @@
   * Should produce a single file (.zip or .tgz maybe)
 
 - Improve some common data file formats (for example, simplify the
-  Entries.xml file, possibly using ZConfig instead of XML).
+  Entries.xml file, possibly using ZConfig instead of XML, or at least
+  something more speciallized than an XML pickle).
 
 - Figure out how to write meaningful adapter tests.
 
@@ -140,8 +141,6 @@
 
 - In the sync application (nice-to-haves):
 
-  * Implement diff using difflib.  (is this really needed?)
-
   * More diff options:
     -2 diffs between local and remote
     -3 diffs between original and remote
@@ -154,6 +153,8 @@
     is more similar.
 
   * Add support for HTTP proxies.
+
+  * Implement diff using difflib.  (is this really needed?)
 
 - Code maintenance: