Re: [Zope] Re: zope on google file system

2008-03-31 Thread Tim Nash
This is what I love about zope. It can be a much more flexible way to store data than in a relational db. Maybe some combination of zodb and s3 would be efficient. Zodb for frequently used business objects and a library (localfs modified ?) for storing data documents on s3. Could you update your pl

Re: [Zope] ZSyncer & Zope 2.10

2008-03-31 Thread Dieter Maurer
Craig Chasseur wrote at 2008-3-31 09:41 -0400: > ... >When attempting to "put" folders from the 2.10 server to >the 2.9 server, the process hangs and nothing is transferred. "ZSyncer" is essentially an automazation of "export/import". Try to export, then import manually. One of these steps should

Re: [Zope] Problem with WebDAV and non-ascii titles

2008-03-31 Thread Dieter Maurer
Pawel Lewicki wrote at 2008-3-28 15:52 +0100: >I have a problem with accessing files with non-ascii titles via Enfold >Desktop (WebDAV)- Zope 2.10.4). > >Traceback (innermost last): > Module ZPublisher.Publish, line 119, in publish > Module ZPublisher.mapply, line 88, in mapply > Module ZPub

Re: [Zope] ZSyncer & Zope 2.10

2008-03-31 Thread Paul Winkler
On Mon, Mar 31, 2008 at 09:41:11AM -0400, Craig Chasseur wrote: > Hello All, > > We've recently completed an upgrade to Zope 2.10.5 on one of our servers and > we've begun to encounter problems with ZSyncer. We use ZSyncer to synchronize > objects between this server and another running Zope 2.9

[Zope] RE: Managing Zope objects in Subversion

2008-03-31 Thread martin.gfeller
Dear all I would like to thank all those who have responded to my query about management of Zope objects in Subversion. After I sent out my message on 2 March, I got completely side-tracked by other business. Please accept my apologies for this late response. I've experimented with FSDump and F

[Zope] ZSyncer & Zope 2.10

2008-03-31 Thread Craig Chasseur
Hello All, We've recently completed an upgrade to Zope 2.10.5 on one of our servers and we've begun to encounter problems with ZSyncer. We use ZSyncer to synchronize objects between this server and another running Zope 2.9.8 (both have ZSyncer 0.7.1 installed). When attempting to "put" folders

[Zope] Re: zope on google file system

2008-03-31 Thread Laurence Rowe
As an experiment, I started porting zodb to amazon s3 storage a while ago... http://code.google.com/p/s3storage/ You can use it to start zope, but it makes far too many writes inefficiently (it took about 15 minutes for zope2 to create all it's objects on a first start). Now that ec2 comes w