Opened 16 years ago
Closed 16 years ago
#379 closed defect (fixed)
g.mapsets: unwanted mapset duplication with add= parameter
Reported by: | neteler | Owned by: | martinl |
---|---|---|---|
Priority: | major | Milestone: | 6.4.0 |
Component: | Default | Version: | svn-develbranch6 |
Keywords: | Cc: | grass-dev@… | |
CPU: | Unspecified | Platform: | Unspecified |
Description
The following undesired duplication effect happens:
GRASS 6.4.svn (slovakiaUTM24):~ > g.mapsets -p PERMANENT modisLST005filt modisLST005filt2 GRASS 6.4.svn (slovakiaUTM24):~ > g.mapsets add=modisLST005filt2 GRASS 6.4.svn (slovakiaUTM24):~ > g.mapsets -p modisLST005filt2 PERMANENT modisLST005filt modisLST005filt2 GRASS 6.4.svn (slovakiaUTM24):~ > g.mapsets add=modisLST005filt2 GRASS 6.4.svn (slovakiaUTM24):~ > g.mapsets -p PERMANENT modisLST005filt modisLST005filt2
A fix would be appreciated.
Markus
Attachments (1)
Change History (4)
comment:1 by , 16 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
by , 16 years ago
Attachment: | g-mapsets.diff added |
---|
follow-up: 3 comment:2 by , 16 years ago
Patch applied in trunk (r35449). Any objections to backport to devbr6 and relbr64?
Note:
See TracTickets
for help on using tickets.
The attached path should fix the bug. Any objections to introduce new function to gislib?