id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,cpu,platform 246,can't overwrite vector map if it's name is fully qualified (i.e. contains @mapset),msieczka,grass-dev@…,"GRASS can't overwrite a vector map output if the output name is given with @mapset. This is not strictly a wxGUI issue, but as wxGUI uses a fully qulified name for output, it manifests itself there. Examples: C module: {{{ v.random out=tmp@PERMANENT n=1 --o Illegal filename. Character <@> not allowed. ERROR: is an illegal file name }}} Shell script: {{{ v.in.geonames in=PL.txt out=tmp@PERMANENT --o WARNING: Vector map already exists and will be overwritten WARNING: Unable to open directory '/home/grassdata/wgs84/PERMANENT/vector/tmp@PERMANENT' ERROR: Unable to delete vector map }}} Note that for raster it works: {{{ v.to.rast in=tmp out=tmp@PERMANENT use=cat --o Converted areas: 0 of 0 Converted points/lines: 1 of 1 }}} ",defect,closed,major,6.4.0,wxGUI,svn-develbranch6,fixed,,,All,All