[Zope3-checkins] CVS: Zope3/src/zope/fssync - README.txt:1.44
Fred L. Drake, Jr.
fred at zope.com
Wed Aug 13 18:10:08 EDT 2003
Update of /cvs-repository/Zope3/src/zope/fssync
In directory cvs.zope.org:/tmp/cvs-serv6425
Modified Files:
README.txt
Log Message:
various status updates
=== Zope3/src/zope/fssync/README.txt 1.43 => 1.44 ===
--- Zope3/src/zope/fssync/README.txt:1.43 Tue Aug 12 12:13:38 2003
+++ Zope3/src/zope/fssync/README.txt Wed Aug 13 17:10:03 2003
@@ -102,8 +102,18 @@
To Do
-----
+- Implement bundle commands via a new command-line utility to convert
+ a checkout of a site-management folder to a bundle (in progress).
+
+ * Need a way to turn site-management folders into bundles, and
+ vice-versa, using the command-line **zbundle** utility or more
+ directly through the ZMI (the tool can currently create a "raw"
+ bundle; conversion should be a simple step forward).
+
+ * Bundles should be read-only.
+
- New command-line utility to convert a checkout of a site-management
- folder to a bundle.
+ folder to a bundle (in progress).
- Documentation for the zsync command line tool (in progress)
@@ -118,6 +128,10 @@
to ZConfig for this file, primarily to make it easier to support
additional data.
+ The format for the RegistrationManager, on the other hand, may well
+ do well as a ZConfig format, since each entry is very much like a
+ dictionary.
+
- Figure out how to write meaningful adapter tests.
- More adapters. Should make sure that an XML pickle will always work
@@ -136,14 +150,6 @@
automatically. The only way to always do the right thing is to
define an appropriate adapter.
-- Implement bundle commands.
-
- * Need a way to turn site-management folders into bundles, and
- vice-versa; could be from command-line/zsync or more directly
- through the ZMI.
-
- * Once something is "marked" as a bundle, it should be read-only.
-
- Work out security details (before beta).
* A commit unpickles user-provided data. Unpickling is not a safe
@@ -164,8 +170,8 @@
-3 diffs between original and remote
- * Something akin to **cvs -n** update, which shows what update would
- do without actually doing it.
+ * Something akin to **cvs -n update** or **svn status -u**, which
+ shows what update would do without actually doing it.
* Add support for HTTP proxies.
@@ -173,12 +179,12 @@
- Code maintenance:
- * Unit tests for the **zsync** utility.
+ * Unit tests for the **zsync** and **zbundle** utilities.
* Add unit tests for ``zope.app.fssync.syncer``.
* More refactoring and cleanup of the **zsync** utility (the
- ``zope.fssync.main`` module; partially done)
+ ``zope.fssync.main`` module; mostly done)
* Use camelCase for public method names.
More information about the Zope3-Checkins
mailing list