Hi all,
to get started with branching I have applied a test tag:
cd fresh_directory
cvs -z3 co -r testbranch_5_0_0stable grass
I need to know if all relevant files are included to build
a GRASS package. To make life easier I have prepared a small
script
cvsbranch.sh
which currently lives in main source directory.
There are three ways to include files:
a) two variables
FURTHER_FILES=
FURTHER_DIRECTORIES=
which catch files and dirs not in src/CMD/lists/GRASS
b) the
MODULE_LIST=
which covers the uncommented contents of src/CMD/lists/GRASS
Means: the src/CMD/lists/GRASS may only contain stable modules now!
As far as I know the list is clean, perhaps you could revise it.
From these three lists the tag is done (later branch).
Please check out the GRASS tagged with "testbranch_5_0_0stable" to
see if it is complete. Otherwise further files/directories have to
be included in "cvsbranch.sh".
Thanks for cooperation,
Markus
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'
Hi Markus
Markus Neteler wrote:
Hi all,
to get started with branching I have applied a test tag:
cd fresh_directory
cvs -z3 co -r testbranch_5_0_0stable grass
Hmm. Do I have to run cvsbranch.sh after checking out the tagged code?
There does not appear to be a src/CMD directory which causes configure
to spew out a few errors.
Sorry, no good news yet.
--
Sincerely,
Jazzman (a.k.a. Justin Hickey) e-mail: jhickey@hpcc.nectec.or.th
High Performance Computing Center
National Electronics and Computer Technology Center (NECTEC)
Bangkok, Thailand
People who think they know everything are very irritating to those
of us who do. ---Anonymous
Jazz and Trek Rule!!!
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'
Hi Justin,
On Wed, Mar 14, 2001 at 03:04:09PM +0700, Justin Hickey wrote:
Hi Markus
Markus Neteler wrote:
>
> Hi all,
>
> to get started with branching I have applied a test tag:
>
> cd fresh_directory
> cvs -z3 co -r testbranch_5_0_0stable grass
Hmm. Do I have to run cvsbranch.sh after checking out the tagged code?
No, it's for me (or anyone else if I would get off the project).
Perhaps I should put it into a less prominent position.
There does not appear to be a src/CMD directory which causes configure
to spew out a few errors.
Sorry, no good news yet.
Ah, yes. I have tagged src/CMD as well (please update again using the
tag). Like that we can catch all relevant files/dirs... A little
boring, but required job.
Markus
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'