Hi GRASS developers,
with all the CVS merging lately, I lost track somewhat -- which branch now
has the latest 5.0 code -- still "releasebranch_11_april_2001_5_0_0"? So, to
start fresh I'd do:
cvs co -r releasebranch_11_april_2001_5_0_0 grass
Right?
How do I check out GRASS 5.1 -- "cvs co grass5.1"?
Thanks,
Aleksey
Aleksey Naumov wrote:
with all the CVS merging lately, I lost track somewhat -- which branch now
has the latest 5.0 code -- still "releasebranch_11_april_2001_5_0_0"? So, to
start fresh I'd do:
cvs co -r releasebranch_11_april_2001_5_0_0 grass
Right?
The release branch should be almost identical to the head. If a file
exists in both the release branch and the head, both versions should
be identical. The head will also contain some files which don't exist
in the release branch (e.g. d.vect.area and r.mapcalc3).
How do I check out GRASS 5.1 -- "cvs co grass5.1"?
It's called "grass51".
--
Glynn Clements <glynn.clements@virgin.net>
Thanks, Glenn.
Aleksey
On Mon, 4 Feb 2002, Glynn Clements wrote:
Aleksey Naumov wrote:
> with all the CVS merging lately, I lost track somewhat -- which branch now
> has the latest 5.0 code -- still "releasebranch_11_april_2001_5_0_0"? So, to
> start fresh I'd do:
> cvs co -r releasebranch_11_april_2001_5_0_0 grass
> Right?
The release branch should be almost identical to the head. If a file
exists in both the release branch and the head, both versions should
be identical. The head will also contain some files which don't exist
in the release branch (e.g. d.vect.area and r.mapcalc3).
> How do I check out GRASS 5.1 -- "cvs co grass5.1"?
It's called "grass51".
--
Glynn Clements <glynn.clements@virgin.net>