[GRASS-dev] Problem removing mapsets in g.mapset

I can't seem to remove mapsets in g.mapsets using the new removemapset parameter. Ex:

$ g.mapsets -p
ED_Legacy_Data PERMANENT 2007006

$ g.mapsets rem=2007006
$ g.mapsets -p
ED_Legacy_Data PERMANENT 2007006

g.list is still fetching raster map names from the removed mapset as well:

$ g.list rast
----------------------------------------------
raster files available in mapset <ED_Legacy_Data>:
<snip>

raster files available in mapset <PERMANENT>:
<snip>

raster files available in mapset <2007006>:
(all rasters follow)

~ Eric.

Hi,

should be fixed now

http://trac.osgeo.org/grass/changeset/30939

Martin

2008/4/11, Patton, Eric <epatton@nrcan.gc.ca>:

I can't seem to remove mapsets in g.mapsets using the new removemapset parameter. Ex:

$ g.mapsets -p
ED_Legacy_Data PERMANENT 2007006

$ g.mapsets rem=2007006
$ g.mapsets -p
ED_Legacy_Data PERMANENT 2007006

g.list is still fetching raster map names from the removed mapset as well:

$ g.list rast
----------------------------------------------
raster files available in mapset <ED_Legacy_Data>:
<snip>

raster files available in mapset <PERMANENT>:
<snip>

raster files available in mapset <2007006>:
(all rasters follow)

~ Eric.

_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa *

should be fixed now

http://trac.osgeo.org/grass/changeset/30939

Martin

Hi, yes I just tested it, works great. Thanks,

~ Eric.