[GRASS5] color table
Markus Neteler
neteler at itc.it
Wed Aug 27 07:40:12 EDT 2003
On Wed, Aug 27, 2003 at 12:25:55PM +0100, Paul Kelly wrote:
>
>
> On Wed, 27 Aug 2003, Hamish wrote:
>
> > > I'd like more time to look at the changes. Note that nobody has posted
> > > a comprehensive summary of what's actually changed.
> >
> > How is this done?
> > tools/diff.sh gives a list of changed files between two source files;
> > cvs2cl.pl will give a changelog between two CVS tags, but as far as I
> > can tell 5.0.2 and 5.0.3 share the same CVS tag, so it won't work.
> >
> > So how to make a cvs comments changelog between 5.0.2 and 5.0.3 with the
> > same tag? Checking each filename in the CVS-web interface is too long a
> > job for the many changes. Can cvs2cl.pl work by date+tag?
>
> cvs2cl.pl -F releasebranch_26_april_2002_5_0_0 --delta \
> release_10_04_2003_grass5_0_2:releasebranch_26_april_2002_5_0_0
>
> seems to work (see below). I'm not sure it's that useful though; most
> of the comments just say 'sync with HEAD' or something similar
To compare 5.0.2 to the current release_branch, run
(inside the fresh release_branch releasebranch_26_april_2002_5_0_0):
cvs diff -u -r release_10_04_2003_grass5_0_2
NB: The chk_dbase.c / __MINGW32__ change I have reverted.
Markus
More information about the grass-dev
mailing list