RE: [GRASS5] Problem compiling Grass51

make mixclean
cvs update -d -P
make mix

Pardon my ignorance. Let me make sure I understand how to maintain
my 5.1 version.

make mixclean = deletes the links back to grass CVS version.
cvs update -d -P = updates to current version, but this may fail if
                   the links are still present.
make mix = redo links to grass CVS version.
make

Is this basically correct?

Additional question: I assume to keep the cvs version and 5.1
synced you want to:

cvs update -d -P (in cvs version)
make

to make the cvs version current BEFORE you do the above to the
5.1 version?

I assume I have the terminology correct. There are 3 versions:
release (5.0.2)
cvs (5.0.2 with bug fixes, changed frequently)
5.1 (changed almost daily)

Correct?

John

John,

I have added an UPDATE section to the INSTALL file of 5.1.
Please update

cvs up INSTALL

and check if it is clear now (suggestion welcome).

On Wed, Apr 30, 2003 at 11:00:10AM -0400, John Gillette wrote:
[...]

Is this basically correct?

Yes.

[...]

I assume I have the terminology correct. There are 3 versions:
release (5.0.2)
cvs (5.0.2 with bug fixes, changed frequently)
5.1 (changed almost daily)

Correct?

Right (the 5.0.x release version is not important for 5.1).
Maybe better:

[release_5.0.2]
cvs_head_5.0.x
cvs_head_5.1

Markus