Hello, as I understood from discussions on the zope mailing list the version feature in zope shouldn't be used any more due to some problems and may disappear in future zope versions. I think the version feature is quite helpful in doing cooperative work on zope projects (i.e. > 1 persons develop a zope application together). So what I would like to know is, how others handle this and what a "recommended" way to do this is. Thanks. Greetings, Stefan -- Stefan Loidl Phone: +49 89 289 28882 Leibniz Supercomputing Center Fax: +49 89 2809460 Barer Str. 21 mailto:loidl@lrz.de 80333 Munich, Germany http://www.lrz.de
Stefan Loidl wrote:
Hello,
as I understood from discussions on the zope mailing list the version feature in zope shouldn't be used any more due to some problems and may disappear in future zope versions. I think the version feature is quite helpful in doing cooperative work on zope projects (i.e. > 1 persons develop a zope application together).
So what I would like to know is, how others handle this and what a "recommended" way to do this is.
For everything that we share, I move (and then use a symbolic link to point back to where it *should* live... I know, not so pretty) or create dirs with Ape/DBTab. This lets me treat the filesystem as a ZODB. I then add everything in $ZOPEROOT/var/mnt to CVS. There's also a couple CVS products availible for Zope. I have used them only briefly in the past, and am thinking about revisiting them...
Stefan Loidl wrote at 2003-6-30 08:48 +0200:
as I understood from discussions on the zope mailing list the version feature in zope shouldn't be used any more due to some problems and may disappear in future zope versions. I think the version feature is quite helpful in doing cooperative work on zope projects (i.e. > 1 persons develop a zope application together).
I will provide a patch that keeps them working on my Zope page <http://www.dieter.handshake.de/pyprojects/zope> Dieter
participants (3)
-
Dieter Maurer -
Duncan McGreggor -
Stefan Loidl