test scripts with versions
One question as an offshoot to my last question. Testing a script (Python) while in a version is unsupported because of "TemporaryStorage is incompatible with versions" Doh So how do I test scripts while in a version? -jim
Jim Kutter wrote:
One question as an offshoot to my last question.
Testing a script (Python) while in a version is unsupported because of "TemporaryStorage is incompatible with versions"
Doh
So how do I test scripts while in a version?
Don't use versions. Chris - mumble old mumble crufty mumble mumble
Yeah, but then the original question re-surfaces, how do I cleanly fix/add new features to a running site? In my PHP days I used to use CVS to "publish" to a live directory. Now I have a designer working with me who I can't get to use CVS (impractical) and it adds a level of complexity in zope. -jim ----- Original Message ----- From: "Chris Withers" <chrisw@nipltd.com> To: "Jim Kutter" <jim@ebizq.net> Cc: <zope@zope.org> Sent: Wednesday, August 28, 2002 8:31 AM Subject: Re: [Zope] test scripts with versions
Jim Kutter wrote:
One question as an offshoot to my last question.
Testing a script (Python) while in a version is unsupported because of "TemporaryStorage is incompatible with versions"
Doh
So how do I test scripts while in a version?
Don't use versions.
Chris - mumble old mumble crufty mumble mumble
Jim Kutter wrote:
Yeah, but then the original question re-surfaces, how do I cleanly fix/add new features to a running site?
In my PHP days I used to use CVS to "publish" to a live directory. Now I have a designer working with me who I can't get to use CVS (impractical) and it adds a level of complexity in zope.
Have you looked at ZSyncher? Have a dev zope, a live zope and use ZSyncher to keep the two in synch as needed. cheers, Chris
Jim Kutter writes:
Testing a script (Python) while in a version is unsupported because of "TemporaryStorage is incompatible with versions"
On <http://www.dieter.handshake.de/pyprojects/zope> you find a patch ("TemporaryStorage-Version patch), that fixes this problem. Chris[M] told me that he check in a similar fix for Zope 2.6. Dieter
participants (3)
-
Chris Withers -
Dieter Maurer -
Jim Kutter