Hi developers,
I have tagged the "releasebranch_6_3":
To get it:
a) anonymous read
export CVSROOT=:pserver:grass-guest@intevation.de:/home/grass/grassrepository
cvs -z3 checkout -r releasebranch_6_3 grass6
b) developer with write access
yourcvsid=markus
export CVSROOT=:ext:$yourcvsid@grasscvs:/grassrepository
cvs -z3 checkout -r releasebranch_6_3 grass6
Next step is to prepare 6.3.0RC1 from that.
Markus