[Zope] Revision Control / CVS / SVN integration with ZODB?

2005-11-07 Thread Michael Schwartz

Zope has been a fantastic environment for our application (a front end for
an Asterisk PBX application), but now that more people are contributing to
the development effort, it is becoming a challenge to keep the various
environments in sync. The project is now hundreds of page templates, sql
methods, and python scripts: we desperately need revision control to move
the project forward.

I am wondering if the past CVS Products are compatible with Zope 2.8.

We tried using Revision Manager: it installs ok, I check in the objects,
but after a short period of time, it throws errors when you try to do a
CVS update. Revision Manager is great when it works, but it has been too
buggy.

I tried ZCVSFolder... the stable 0.2.7b2 Product would not load in Zope
2.8.1. I was able to load the 0.2.5 version, but had trouble checking my
objects into the repository. Maybe I need to spend more time here.

What is the Roadmap for Revision Control in Zope 2, especially for us
non-Plone users? Am I missing something with Revision Manager? Does it
work for other people with Zope 2.8?

I see that the Zope project itself is using Subversion, are there any
plans for integrating SVN with Zope?

tia,

Mike Schwartz

___
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] Revision Control / CVS / SVN integration with ZODB?

2005-11-07 Thread Andreas Jung



--On 7. November 2005 10:11:53 -0500 Michael Schwartz [EMAIL PROTECTED] 
wrote:





What is the Roadmap for Revision Control in Zope 2, especially for us
non-Plone users? Am I missing something with Revision Manager? Does it
work for other people with Zope 2.8?



Asking the authors directly is likely a better choice. Possibly not every 
programmer of such a tool is following the list.


-aj


pgpCUav858upa.pgp
Description: PGP signature
___
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] Revision Control / CVS / SVN integration with ZODB?

2005-11-07 Thread bruno modulix

Michael Schwartz a écrit :

Zope has been a fantastic environment for our application (a front end for
an Asterisk PBX application), but now that more people are contributing to
the development effort, it is becoming a challenge to keep the various
environments in sync. The project is now hundreds of page templates, sql
methods, and python scripts: we desperately need revision control to move
the project forward.


(snip)

If I understand correctly, you're using TTW componants. My very humble 
opinion is that all ths code should go to the filesystem. This would 
allow you to simply use SVN (or whatever). Part of this code should 
probably move to products and/or external methods. Also, there's a 
non-CMF implementation of CMF skins, that can be useful when you want to 
let the user customize parts of the application TTW.


My 2 cents
___
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] Revision Control / CVS / SVN integration with ZODB?

2005-11-07 Thread Doyon, Jean-Francois
You may be interested in:

http://www.zope.org/Members/jdoyon/svnapezope/Caesar

This was a one man thing I did ... I ran into some big hurdles, and gave up
on it for now.  I still think the idea is excellent mind you, but some of
the ZODB/APE paradigms didn't translate well into the SVN world.  But having
true, powerful revisioning capabilities for your objects would be incredibly
useful to many I'm sure!

As someone else mentionned, you probably should move a lot of your code onto
the file system anyways.  As much as possible, only pure content should be
held in actual objects.

J.F.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Michael Schwartz
Sent: November 7, 2005 10:12 AM
To: zope@zope.org
Subject: [Zope] Revision Control / CVS / SVN integration with ZODB?


Zope has been a fantastic environment for our application (a front end for
an Asterisk PBX application), but now that more people are contributing to
the development effort, it is becoming a challenge to keep the various
environments in sync. The project is now hundreds of page templates, sql
methods, and python scripts: we desperately need revision control to move
the project forward.

I am wondering if the past CVS Products are compatible with Zope 2.8.

We tried using Revision Manager: it installs ok, I check in the objects, but
after a short period of time, it throws errors when you try to do a CVS
update. Revision Manager is great when it works, but it has been too buggy.

I tried ZCVSFolder... the stable 0.2.7b2 Product would not load in Zope
2.8.1. I was able to load the 0.2.5 version, but had trouble checking my
objects into the repository. Maybe I need to spend more time here.

What is the Roadmap for Revision Control in Zope 2, especially for us
non-Plone users? Am I missing something with Revision Manager? Does it work
for other people with Zope 2.8?

I see that the Zope project itself is using Subversion, are there any plans
for integrating SVN with Zope?

tia,

Mike Schwartz

___
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 )