[GRASS5] new cvs???

If I want to start making changes on the next grass version (6.1), what do I need to specify to get a cvs checkout/download? I assume that the old grass51 is now stable 6.0.

Michael


Michael Barton, Professor of Anthropology
School of Human Evolution and Social Change
Arizona State University
Tempe, AZ 85287-2402
USA

voice: 480-965-6262; fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton

If I want to start making changes on the next grass version (6.1),
what do I need to specify to get a cvs checkout/download? I assume
that the old grass51 is now stable 6.0.

just check things in as normal and it should be ok.

To make bug fixes to the 6.0 release branch (future 6.0.1 maintainance
branch, important bugfixes to 6.0.0 only [think 6beta4]) you need to use:

cvs -r releasebranch_6_0

to tell it to apply the change to the 6.0.1 branch and not the usual CVS
"HEAD" main branch (which becomes 6.1+).

Hamish