Good idea, I'm afraid I may have to do that. I could move all of my methods/SQLmethods, etc into my /, and they'd be available by acquisition (they're not used for anything else, so I'm not worried about polluting my /). As it is, my logic is all in the same folder as the base of my data, which isn't optimal I guess. Gary. Steve Drees wrote:
well, if you factor the logic parts to a seperate folder than you can easily import/export that.
But that could be pretty difficult depending on how large your code base is.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Gary Lowder Sent: Wednesday, February 21, 2001 3:28 PM To: Andy McKay Cc: zope@zope.org Subject: Re: [Zope] devel/production syncronization
It's dtml stuff in the ZODB, and I've noticed it's not easy <grin>. I'd naively figured I could export my VERSIONS thinking it contained the changes I'd made, no dice. The whole point of the app is a dynamic database where folders are added and deleted. All of our site installations have a different dataset. At the same time, the app is still in developement/refinement, and improvements need to be applied to all of our offices, without upsetting their data. All I'm changing amount to new or revised DTML Methods, occasional SQL Methods, etc.
Thanks, Gary.