ZCVS Mixin class... feedback sought.
Hi Folks, This might be a dumb idea.... but I thought "what the hell?". Anyway.. I don't know if this has already been done, but I just uploaded an 'alpha alpha' class that allows maintainence of individual Zope objects in a CVS repository. You need to set up the repository outside of Zope, but once it's there to can really manage stuff with it. ;-) http://www.zope.org/Members/sspickle/ZCVSMixin Let me know what you think... if you want to help... if this is the dumbest thing you've ever heard of. ;-) Also.. I really try to keep up with the zope lists... but it's hopeless. If you email me directly... I'll get back to you much sooner. thanks, -steve
Steve Spicklemire wrote:
Sounds like a cool idea, but I don't really understand what it does and how you use it. Could you give use some enlightenment? cheers, Chris
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
participants (2)
-
Chris Withers -
Steve Spicklemire