On Wed, Sep 9, 2009 at 9:48 AM, ?iga Lenar?i?<ziga.lenarcic at gmail.com> wrote:
> True, I agree. First I have to 'master' diff (I don't know how to make a
> patch for multiple files located in different folders yet).
cvs -d $CVSROOT co maxima
cd maxima
<change stuff>
cvs diff -u > my-new-patch # contains diffs for affected files in all
directories
where CVSROOT=:pserver:anonymous at maxima.cvs.sourceforge.net/cvsroot/maxima
or something like that.
HTH
Robert Dodier