[Zope-CMF] keeping a customized CMF in sync with CVS-CMF

Paul Everitt paul@zope.com
Tue, 25 Sep 2001 08:31:08 -0400


Joachim Schmitz wrote:

> Hi,
> 
> I want to build a website based on CMF. Lets say I want to customize the
> actions_box.
> 
> I create an editable instance in the customs skin from the generic skin
> action_box.
> 
> I customize this for my own needs.
> 
> Now there is a change in the generic skin action_box, which I want to
> incorporate into my customs version.
> 
> How do I do that ?


If you use Emacs, you could open the updated generic action_box in one 
ange-ftp buffer, open your customized one in another buffer, then let 
ediff tell you what to do.

Alternatively, use a WebDAV tool like WebDrive on Windows or sitecopy to 
get local file representations of both, then use regular diff.

For what it's worth, I've been using the Windows version of sitecopy 
lately.  I do all my content authoring on the disk.  Once every so often 
I tell sitecopy to synch up.  I can author at home or at work and stay 
(reasonably) in synch.

I still have some investigating to do, but so far it's been pleasurable.

--Paul