[Zope] Best way to run Zope for hosting apps by multiple developers?
Jerome ALET
Jerome.Alet@unice.fr
Wed, 1 Mar 2000 14:31:57 +0100
On Wed, Mar 01, 2000 at 11:12:31AM -0500, Nicholas Dobbing wrote:
> 2.
> Given developers with administrative control of their own folders on
> two Zope servers (test and production), how can I make it possible for
> them to take a test application (consisting of a set of Zope objects,
> let's say within one Zope folder object), and move it to a production
> Zope server. I can do this by exporting from one Zope server and
> importing into another, but this involves giving the developers access
> to the file system (they must place their exported object in the
> "import" directory on the target Zope server), and all developers will
> be dropping their objects in the same place. It's not elegant, and I
> can foresee various management problems and security risks arising
> from it. Are there other ways to migrate a Zope application from one
> Zope server to another?
IMHO this is not necessary:
just use versions for your developpment work, then commit your version
when it's done.
bye,
Jerome