Re: [GRASS-user] MAPSET PERMANENT - permission denied

2008-02-27 Thread Jachym Cepicky
Fixed in http://grass.osgeo.org/devel/index.php, however, http://grass.osgeo.org/devel/cvs.php has to be rewritten completely. But for this task is my English really ppor jachym Hamish píše v Út 26. 02. 2008 v 23:37 -0800: Jachym wrote: BTW: Maybe we should move [rv].example from intevation

Re: [GRASS-user] MAPSET PERMANENT - permission denied

2008-02-27 Thread Kunal Malik
Hi jachym, do i need subversion tool for downloading the source code .??? OR i have taken grass-6.2.3.tar.gz. is it will do the same that u mentioned in the previous mail? But it does not have grass_trunk directory ..but it has the raster dir in it.. could i do the same things on grass-6.2.3 and

Re: [GRASS-user] MAPSET PERMANENT - permission denied

2008-02-27 Thread Kunal Malik
when i am trying to get the configure svn i m getting the error Configure: error: no suitable apr found please see previous mail ..i have some more queries in it. On 2/27/08, Nikos Alexandris [EMAIL PROTECTED] wrote: On Wed, 2008-02-27 at 17:06 +0530, Kunal Malik wrote: Hi jachym, do i

Re: [GRASS-user] MAPSET PERMANENT - permission denied

2008-02-27 Thread Nikos Alexandris
On Wed, 2008-02-27 at 17:06 +0530, Kunal Malik wrote: Hi jachym, do i need subversion tool for downloading the source code .??? Yes you can use the svn (=subversion) tool to download GRASS source code and the grass-addons as well. Look at http://trac.osgeo.org/grass/wiki/DownloadSource

[GRASS-user] MAPSET PERMANENT - permission denied

2008-02-26 Thread Kunal Malik
Hi! On Compilation of Code ,I am getting this Error . MAPSET PERMANENT - permission denied -- Thanks Regards Kunal Malik 09871147561 ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] MAPSET PERMANENT - permission denied

2008-02-26 Thread Jachym Cepicky
are you working in GRASS as the same user, as you were before, when you created this location? what does ls -lh $GRASSDATA/$LOCATION_NAME/ say? what does whoami say? jachym Kunal Malik píše v Út 26. 02. 2008 v 18:31 +0530: Hi! On Compilation of Code ,I am getting this Error . MAPSET

Re: [GRASS-user] MAPSET PERMANENT - permission denied

2008-02-26 Thread Jachym Cepicky
sorry, $GRASSDATA should be the directory, where your GRASS data are located $LOCATION_NAME should be name of the location, you are using for current GRASS session jachym Kunal Malik píše v Út 26. 02. 2008 v 18:53 +0530: whoam i gives root ls -lh $GRASSDATA/$LOCATION_NAME/ gives the output,,,

Re: [GRASS-user] MAPSET PERMANENT - permission denied

2008-02-26 Thread Glynn Clements
Jachym Cepicky wrote: sorry, $GRASSDATA should be the directory, where your GRASS data are located $LOCATION_NAME should be name of the location, you are using for current GRASS session FWIW, the name of the GRASS variable for the database directory is GISDBASE. You can make the GRASS

Re: [GRASS-user] MAPSET PERMANENT - permission denied

2008-02-26 Thread Kunal Malik
Hi!! I have set the Enviroment Variable by eval 'g.gisenv' when i make echo $LOCATION_NAME it gives Map1 echo $MAPSET GIVES kunal echo $GISDBASE =/usr/local/grassdata i have following queries 1. i have copied the r.example dir into the

Re: [GRASS-user] MAPSET PERMANENT - permission denied

2008-02-26 Thread Kunal Malik
Hi!! I have set the Enviroment Variable by eval 'g.gisenv' when i make echo $LOCATION_NAME it gives Map1 echo $MAPSET GIVES kunal echo $GISDBASE =/usr/local/grassdata i have following queries 1. i have copied the r.example dir into the

Re: [GRASS-user] MAPSET PERMANENT - permission denied

2008-02-26 Thread Jachym Cepicky
so, since I do not understand, what you are doing, I'll try to describe the development procedure from the beginning: 1) download the source code 2) go to grass_trunk directory 3) download r.example and unpack to grass_trunk/raster directory 4) ./configure ... ; make; sudo make install 5) go to

Re: [GRASS-user] MAPSET PERMANENT - permission denied

2008-02-26 Thread Hamish
Jachym wrote: BTW: Maybe we should move [rv].example from intevation server to osgeo as well ? Where to store it? grass_source/grass-examples ? they are already in the main source, in doc/: http://trac.osgeo.org/grass/browser/grass/trunk/doc/vector/v.example