19 May
2004
19 May
'04
9:30 p.m.
Lukasz Indyk wrote at 2004-5-19 15:24 +0200:
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?
We use CMF (especially its "SkinsTool" and "Filesystem Directory View"). This allows us to have files on the filesystem and manage them via CVS. Things in the ZODB (mostly configuration) are synced via ZSyncer. -- Dieter