[GRASSLIST:19] Re: New GIS Manager adds transparency to layers
Hamish
hamish_nospam at yahoo.com
Sat Mar 11 20:46:03 EST 2006
> > grass-6.1.cvs_src_snapshot_2006_03_04.tar.gz
> > gism_rc4_20060307.tgz
Hint:
If you are using the cvs snapshot and the change is in CVS, you can
update from cvs directly.
To update all:
cd /usr/src/where_grass_is/
make distclean
cvs update -dP
./configure
make
To update just one module:
cd raster/r.module
cvs update -dP
make
It may want you to login the first time, just type: (anonymous access)
cvs login
passwrd: grass
then cvs update should work.
you might want to have a ~/.cvsrc file:
-z3
diff -u
update -dP
then you don't need to add "-dP" each time.
for more see http://grass.ibiblio.org/devel/cvs.php
Hamish
More information about the grass-user
mailing list