FWIW, ZCVSMixin now at 0.0.9... and rising. ;-)
Hi Folks, ZCVSMixin is now reaching a 'useful' state... at least for managing objects in a single folder at a time. I haven't yet tackled recursive folders etc... I've been running two zope sites, checking in chages on one site... checking them out on another. Esp nice is being able to say: cvs update -r Rel-0-0-5 thisMethod.xml thatMethod.xml etc..... Anyway.. http://www.zope.org/Members/sspickle/ZCVSMixin -steve
cool :-) Keep up the good work... How long before Zope is a web-accessible CVS repository? (also accessible by FTP, WebDAV, XML-RPC, etc...) Chris PS: When WinCVS can CICO of Zope, I will be a happy man ;-) Steve Spicklemire wrote:
Hi Folks,
ZCVSMixin is now reaching a 'useful' state... at least for managing objects in a single folder at a time. I haven't yet tackled recursive folders etc...
I've been running two zope sites, checking in chages on one site... checking them out on another. Esp nice is being able to say:
cvs update -r Rel-0-0-5 thisMethod.xml thatMethod.xml
etc.....
Anyway.. http://www.zope.org/Members/sspickle/ZCVSMixin
-steve
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
This brings up an interesting point... WinCVS can *now* check out these Zope objects, but the toXML implementation makes them less useful than they possibly could be. For example: http://cvs.spvi.com/cgi-bin/viewcvs.cgi/zopeObjs/testCVS/hehe.xml.diff?logso... shows a 'diff' between two versions (1.10 and 1.11) of a DTML Document. It's nice since a small change in the document produced a 'small' change in the xml representation. However: http://cvs.spvi.com/cgi-bin/viewcvs.cgi/zopeObjs/testCVS/hehe.xml.diff?logso... shows a similar diff between 1.8 and 1.11, but now the diff is almost useless since the xml tags have all changed, confusing CVS. I snooped through the implementation, but I must confess, it was less than totally obvious if the 'ids' and such for the xml data were being used as convenient, clearly unique, but essentially random values, or if it was really important that they have exactly the values they did. Would it be possible to generate XML that was repeatable? (i.e, zope objects with exactly the same class and properties would always produce the same XML output?) Any Zope GURUs out there? ;-) thanks, -steve
participants (2)
-
Chris Withers -
Steve Spicklemire