[Zope-dev] [ANNOUNCE] ArielPartners releases CVSFile 0.7
Craeg K. Strong
cstrong@arielpartners.com
Mon, 18 Feb 2002 18:31:35 -0500
This is the first public release of our CVSFile
<http://www.zope.org/Members/arielpartners/CVSFile> product. CVSFile
enables Zope content to be served out of files residing in CVS
sandboxes, and provides access to common CVS functions through the web
in the Zope Management Interface.
Why not simply use ZCVSFolder
<http://www.zope.org/Members/sspickle/ZCVSMixin>? Because CVSFile stores
files in CVS as normal files, rather than as Python "pickles." This
makes it easy to use the same content, held in CVS, in both Zope and
non-Zope contexts.
CVSFile extends ExternalFile
<http://www.zope.org/Members/arielpartners/ExternalFile>, and therefore
inherits all of its functionality.