Re: [Zope] Deploying with buildout

2007-08-28 Thread Ross Patterson
Chris McDonough <[EMAIL PROTECTED]> writes: > On Aug 28, 2007, at 5:55 PM, Ross Patterson wrote: >> >>> Putting these packages in your Zope instance home's "lib/python" >>> directory should get them found before the others. For Products, you >>> can use an additional "products-path" directive in

Re: [Zope] Deploying with buildout

2007-08-28 Thread Chris McDonough
On Aug 28, 2007, at 5:55 PM, Ross Patterson wrote: Putting these packages in your Zope instance home's "lib/python" directory should get them found before the others. For Products, you can use an additional "products-path" directive in zope.conf and put files in there. I don't know how to te

Re: [Zope] Deploying with buildout

2007-08-28 Thread Ross Patterson
Chris McDonough <[EMAIL PROTECTED]> writes: > On Aug 27, 2007, at 10:59 PM, Ross Patterson wrote: > >> We have a Plone 3.0/Zope 2.10 application that we need to develop >> on, maintain and >> deploy to a ZEO server and multiple ZEO clients. Currently we use svn >> bundles of Zope and Plone and ou

Re: [Zope] Deploying with buildout (was: buildout, instancemanager, and eggs)

2007-08-28 Thread Chris McDonough
On Aug 27, 2007, at 10:59 PM, Ross Patterson wrote: We have a Plone 3.0/Zope 2.10 application that we need to develop on, maintain and deploy to a ZEO server and multiple ZEO clients. Currently we use svn bundles of Zope and Plone and our own packages and products in one big svn:externals def

[Zope] Deploying with buildout (was: buildout, instancemanager, and eggs)

2007-08-27 Thread Ross Patterson
We have a Plone 3.0/Zope 2.10 application that we need to develop on, maintain and deploy to a ZEO server and multiple ZEO clients. Currently we use svn bundles of Zope and Plone and our own packages and products in one big svn:externals definition. We also use some more recent versions of certa