Re: [Zope] Managing Zope objects in Subversion

2008-03-03 Thread Tino Wildenhain

Dieter Maurer wrote:

[EMAIL PROTECTED] wrote at 2008-3-2 14:17 +0100:
We use Zope for the  user interface part of our software product. 
We currently export the whole folder hierarchy into a .zexp file and
maintain this file in Subversion. 

I'm looking for a way to manage a folder structure as individual 
Zope objects in Subversion. 


When I remember right, Tres has a product that allows to
dump and restore standard Zope objects to/from the file system.
I forgot its name but you should be able to find it via
your favorite search engine.


I wonder if Tres has also finished DAV support of Zope to also
support DeltaV - this would make Zope immediately a SVN server
- problem solved :-)

Well... wishfull thinking ;)

Cheers
Tino
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Managing Zope objects in Subversion

2008-03-03 Thread Robert (Jamie) Munro

Peter Sabaini wrote:

On Sunday 02 March 2008 14:17:31 [EMAIL PROTECTED] wrote:

Dear all

We use Zope for the  user interface part of our software product.
We currently export the whole folder hierarchy into a .zexp file and
maintain this file in Subversion.

I'm looking for a way to manage a folder structure as individual
Zope objects in Subversion.


If read-only access is enough, maybe this is for you:

http://www.infrae.com/download/FileSystemSite


And to initially populate File System site with something you have
developed in the Zope DB, you need FSDump.

http://www.zope.org/Members/tseaver/FSDump

Although compatibility between the 2 is not perfect - not everything you
dump is usable in File System Site unmodified, they do make a good
combination.

Robert (Jamie) Munro

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Managing Zope objects in Subversion

2008-03-02 Thread martin.gfeller
Dear all

We use Zope for the  user interface part of our software product. 
We currently export the whole folder hierarchy into a .zexp file and
maintain this file in Subversion. 

I'm looking for a way to manage a folder structure as individual 
Zope objects in Subversion. 

In fact, maintaining the Zope objects in the file system would suffice,
there is no need to edit them with external editors or to be able
to use Subversion from within Zope (we use TurtoiseSVN).

We're using:
- Zope 2.10
- Windows
- DTML (yes) Documents and Methods; lots of external methods; some
images; 
  and a low number of various other Zope objects. 
- Zope Objects and particularly Folders have security settings using
custom roles

I've browsed/googled and looked into books, and found a few products 
and hints, but most of them seem to be very outdated or not applicable 
to a Windows environment.

Hence I would be very grateful for hints about the state-of-the-art 
way to achieve this.

Thank you and best regards
Martin



COMIT AG - A Swisscom Company
Martin Gfeller, Senior Manager
Risk Management - Quantax
Pflanzschulstrasse 7 
CH-8004 Zurich
Switzerland 

mailto:[EMAIL PROTECTED]
http://www.comit.ch/ 
http://www.quantax.com/ - Market Risk  Return

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Managing Zope objects in Subversion

2008-03-02 Thread Peter Sabaini
On Sunday 02 March 2008 14:17:31 [EMAIL PROTECTED] wrote:
 Dear all

 We use Zope for the  user interface part of our software product.
 We currently export the whole folder hierarchy into a .zexp file and
 maintain this file in Subversion.

 I'm looking for a way to manage a folder structure as individual
 Zope objects in Subversion.

If read-only access is enough, maybe this is for you:

http://www.infrae.com/download/FileSystemSite

hth,
peter.



 In fact, maintaining the Zope objects in the file system would suffice,
 there is no need to edit them with external editors or to be able
 to use Subversion from within Zope (we use TurtoiseSVN).

 We're using:
 - Zope 2.10
 - Windows
 - DTML (yes) Documents and Methods; lots of external methods; some
 images;
   and a low number of various other Zope objects.
 - Zope Objects and particularly Folders have security settings using
 custom roles

 I've browsed/googled and looked into books, and found a few products
 and hints, but most of them seem to be very outdated or not applicable
 to a Windows environment.

 Hence I would be very grateful for hints about the state-of-the-art
 way to achieve this.

 Thank you and best regards
 Martin

 

 COMIT AG - A Swisscom Company
 Martin Gfeller, Senior Manager
 Risk Management - Quantax
 Pflanzschulstrasse 7
 CH-8004 Zurich
 Switzerland

 mailto:[EMAIL PROTECTED]
 http://www.comit.ch/
 http://www.quantax.com/ - Market Risk  Return

 ___
 Zope maillist  -  Zope@zope.org
 http://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope-dev )


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Managing Zope objects in Subversion

2008-03-02 Thread Dieter Maurer
[EMAIL PROTECTED] wrote at 2008-3-2 14:17 +0100:
We use Zope for the  user interface part of our software product. 
We currently export the whole folder hierarchy into a .zexp file and
maintain this file in Subversion. 

I'm looking for a way to manage a folder structure as individual 
Zope objects in Subversion. 

When I remember right, Tres has a product that allows to
dump and restore standard Zope objects to/from the file system.
I forgot its name but you should be able to find it via
your favorite search engine.



-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Managing Zope objects in Subversion

2008-03-02 Thread Martijn Jacobs

Hi Martin.

Maybe http://dirstorage.sourceforge.net/index.html is something for you.


Martijn.


[EMAIL PROTECTED] wrote at 2008-3-2 14:17 +0100:
  
We use Zope for the  user interface part of our software product. 
We currently export the whole folder hierarchy into a .zexp file and
maintain this file in Subversion. 

I'm looking for a way to manage a folder structure as individual 
Zope objects in Subversion. 



When I remember right, Tres has a product that allows to
dump and restore standard Zope objects to/from the file system.
I forgot its name but you should be able to find it via
your favorite search engine.
  


--
Martijn Jacobs
Four Digits, Internet Solutions

a: Willemsplein 15-1 6811 KB Arnhem NL 
kvk: 09162137 | btw: 8161.22.234.B01

e-mail: [EMAIL PROTECTED] | web: http://www.fourdigits.nl
tel: +31 (0)26 44 22 700 | fax: +31 (0)84 22 06 117 

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Managing Zope objects in Subversion

2008-03-02 Thread Paul Winkler
On Mon, Mar 03, 2008 at 12:29:06AM +0100, Martijn Jacobs wrote:
 Hi Martin.

 Maybe http://dirstorage.sourceforge.net/index.html is something for you.

That's not really relevant to the original post.  Think of it as a
different database backend that still stores non-human-readable binary
data.

Regarding Dieter's suggestion:

 When I remember right, Tres has a product that allows to
 dump and restore standard Zope objects to/from the file system.
 I forgot its name but you should be able to find it via
 your favorite search engine.

It's called FSDump.
http://www.zope.org/Members/tseaver/FSDump
Definitely worth a try.

-- 

Paul Winkler
http://www.slinkp.com
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )