zope & cvs

L

Lukasz Indyk

i work in programming team that has 6 members. we develop our
application in Zope, and we write code using ZMI (Zope Management
Interface). we want to use cvs to control versions of our software. is
it possible use cvs with Zope (without abandoming ZMI), or is there any
other solution that give similar features like cvs and can be used with ZMI?
 
J

Josef Meile

Lukasz said:
i work in programming team that has 6 members. we develop our
application in Zope, and we write code using ZMI (Zope Management
Interface). we want to use cvs to control versions of our software. is
it possible use cvs with Zope (without abandoming ZMI), or is there any
other solution that give similar features like cvs and can be used with
ZMI?
I think this is not possible because you are storing everything on the
Zope DB (or Data.fs) and not on external python Products. The cvs system
can't access what inside the Data.fs file is, so, you will see different
versions of this file, but you won't be able to know what the
differences are.

I know Zope has some Version system, but I don't use it because I have
had some problems with it a long time ago and I have heard lots of
people complaining about it; however, those problems could be already
solved in the latest version. Just to take a look to the Zope book,
section: "Zope services".

You could also tried to search cvs on zope.org; perhaps you can find
some product, which does it. You could also tried to post a message on
the zope lists (lists.zope.org), since this is a more python specific list.

Regards,
Josef
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top