Re: [Zope3-dev] fssync and export/import for Zope 3

2005-10-07 Thread Stephan Richter
On Friday 07 October 2005 12:25, Garrett Smith wrote: > Is anyone interested in using export/import capabilities in Zope 3? There is definitely a general interest by several of the developers and users. I think it just has not been high up the list for many. Regards, Stephan -- Stephan Richter

[Zope3-dev] Re: Deleting utilities in site management doesn't work correct

2005-10-07 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 jürgen Kartnaller wrote: > Hi Tres, > I would really like to make a test for this but I have no idea how to start. > > It took me 10 minutes to fix the problem but I think it will take me 10 > hours to write the test. > > If you can point me to a sta

Re: [Zope3-dev] buildbot failure in Zope3 trunk 2.4 Linux tlotze

2005-10-07 Thread Tim Peters
> The Buildbot has detected a failed build of Zope3 trunk 2.4 Linux tlotze. > > Buildbot URL: http://buildbot.zope.org/ > > Build Reason: changes > Build Source Stamp: 654 > Blamelist: > andreasjung,dominikhuber,helmutm,mkerrin,oestermeier,rogerineichen,tim_one,tziade > > BUILD FAILED: failed svn

[Zope3-dev] fssync and export/import for Zope 3

2005-10-07 Thread Garrett Smith
Is anyone interested in using export/import capabilities in Zope 3? As we get more Zope 3 deployments, I think this will become an important topic. It looks like the fssync code has become only slightly stale. With a little use, this could be break-out feature for Zope 3 developers. As Jim just

Re: [Zope3-dev] Exporting and importing specific objects/folders

2005-10-07 Thread Jim Fulton
Garrett Smith wrote: A couple (very) quick observations: - Annotations aren't serialized because the IAnnotations adapter is not trusted. Strangely, IAnnotations(ob) it's returning an empty dict rather than raising a Forbidden on __annotations__. I didn't look into that weirdness, but, once a

RE: [Zope3-dev] Exporting and importing specific objects/folders

2005-10-07 Thread Garrett Smith
A couple (very) quick observations: - Annotations aren't serialized because the IAnnotations adapter is not trusted. Strangely, IAnnotations(ob) it's returning an empty dict rather than raising a Forbidden on __annotations__. I didn't look into that weirdness, but, once annotation permissions w

Re: [Zope3-dev] Exporting and importing specific objects/folders

2005-10-07 Thread Jim Fulton
Garrett Smith wrote: I can spend some time on the command line tool -- that would be ideal for us anyway. Security isn't an issue, at least short term, as this is strictly for OS-level backups. In the next couple weeks I'll take a closer look. Great! Thanks. The command-line tool should be

RE: [Zope3-dev] Exporting and importing specific objects/folders

2005-10-07 Thread Garrett Smith
I can spend some time on the command line tool -- that would be ideal for us anyway. Security isn't an issue, at least short term, as this is strictly for OS-level backups. In the next couple weeks I'll take a closer look. If I understand the gist of the checkin/checkout model, there's profound

[Zope3-dev] Re: RFC: Security Checkers Become Security Proxy Factories

2005-10-07 Thread Jim Fulton
Jim Fulton wrote: At: http://www.zope.org/Zope3/SecurityCheckersBecomeSecurityProxyFactories Sorry, that should have been: http://dev.zope.org/Zope3/SecurityCheckersBecomeSecurityProxyFactories -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO

Re: [Zope3-dev] Exporting and importing specific objects/folders

2005-10-07 Thread Jim Fulton
Garrett Smith wrote: I have a backup requirement to save a folder (a site) and be able to restore it without effecting other sites on a server. I looked briefly at Zope3's fssync but I'm not sure if it's current, I don't know if it's current. It is largely independent of Zope so it should st