[GRASS5] GRASS stable/exp branches

Markus Neteler neteler at geog.uni-hannover.de
Sat Mar 3 05:59:15 EST 2001


On Fri, Mar 02, 2001 at 06:20:05PM +0700, Justin Hickey wrote:
> Hi Markus
> 
> Markus Neteler wrote:
> > maybe we can feed the src/CMD/lists/GRASS to cvs through
> > a pipe to set the release branch tag? Then we maintain
> > the lists/GRASS and all commented modules there won't
> > receive the tag. Just an untested idea.
> > 
> > I can't try right now due o hardware problems which should
> > be fixed in some minutes.
> 
> Interesting idea. The only problem is removing the commented lines. I
> don't think cvs will ignore them. But you could remove them using sed.
> So it would be something like
> 
> cat src/CMD/lists/GRASS | sed ...... | cvs .....
> 
> right?
> 
> Anyway, I think it could work, just not sure you can pipe file names to
> cvs.

Obviously not. But this one seems to work:

FILE_LIST=`cat src/CMD/lists/GRASS | grep -v '#'` ; cvs .... $FILE_LIST

So my proposal is to update the src/CMD/lists/GRASS (comment all unstable
files), then use this list as branch tagging input (easy to maintain, easy 
to reproduce). Later in 5.1 we need another method.

Cheers

 Markus

---------------------------------------- 
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo at geog.uni-hannover.de with
subject 'unsubscribe grass5'



More information about the grass-dev mailing list