Hi Chris, The basic idea is that you can export individual zope objects in a container to the filesystem, not to the 'var' directory, but to a directory under CVS control. Then you can commit, update, add, remove etc files (each of which is the xml representation of a zope object) and keep track of what's what. The only commands available zope right now are 'add' 'commit' and 'update'. You can of course use CVS in the normal way. -steve
"Chris" == Chris Withers <chrisw@nipltd.com> writes:
Chris> Steve Spicklemire wrote: >> http://www.zope.org/Members/sspickle/ZCVSMixin Chris> Sounds like a cool idea, but I don't really understand what Chris> it does and how you use it. Chris> Could you give use some enlightenment? Chris> cheers, Chris> Chris