<div dir="ltr"><div><div><div>Rainer,<br><br>I cannot seem to replicate your issue:<br><br>G srorg6630/tmp ~> g.version<br>GRASS 7.1.svn (2015)<br><br>G srorg6630/tmp ~> g.list region<br>tmp<br>tmp.d.rast.edit.6753<br>tmp1<br><br>G srorg6630/tmp ~> g.copy region=tmp,tmp1 --overwrite<br>Copy region definition <tmp@tmp> to current mapset as <tmp1><br><br>G srorg6630/tmp ~> echo $?<br>0<br><br></div>g.copy returns 1 when it cannot either read the source or write to the target. Please check your permissions on your region files in LOCATION/MAPSET/windows/.<br><br></div>Regards,<br></div>Huidae<br><div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 6, 2015 at 8:21 AM, Rainer M Krug <span dir="ltr"><<a href="mailto:Rainer@krugs.de" target="_blank">Rainer@krugs.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">When copying via g.copy and specifying --overwrite and the target object<br>
already exists, the return value is 1 but no error message is returned:<br>
<br>
,----<br>
| simASM:grassAnalysis> g.copy --overwrite region=region1,region2<br>
| simASM:grassAnalysis> echo $?<br>
| 1<br>
| simASM:grassAnalysis>  g.version<br>
| GRASS 7.0.1 (2015)<br>
| simASM:grassAnalysis><br>
`----<br>
<br>
>From <a href="http://tldp.org/LDP/abs/html/exit-status.html" rel="noreferrer" target="_blank">http://tldp.org/LDP/abs/html/exit-status.html</a>:<br>
<br>
,----<br>
| A successful command returns a 0, while an unsuccessful one returns a<br>
| non-zero value that usually can be interpreted as an error code.<br>
`----<br>
<br>
So shouldn't the return value be 0 in this case, as the command did what<br>
it was told?<br>
<br>
Cheers,<br>
<br>
Rainer<br>
<br>
--<br>
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany)<br>
<br>
Centre of Excellence for Invasion Biology<br>
Stellenbosch University<br>
South Africa<br>
<br>
Tel :       <a href="tel:%2B33%20-%20%280%299%2053%2010%2027%2044" value="+33953102744">+33 - (0)9 53 10 27 44</a><br>
Cell:       <a href="tel:%2B33%20-%20%280%296%2085%2062%2059%2098" value="+33685625998">+33 - (0)6 85 62 59 98</a><br>
Fax :       <a href="tel:%2B33%20-%20%280%299%2058%2010%2027%2044" value="+33958102744">+33 - (0)9 58 10 27 44</a><br>
<br>
Fax (D):    <a href="tel:%2B49%20-%20%280%293%2021%2021%2025%2022%2044" value="+4932121252244">+49 - (0)3 21 21 25 22 44</a><br>
<br>
email:      <a href="mailto:Rainer@krugs.de">Rainer@krugs.de</a><br>
<br>
Skype:      RMkrug<br>
<br>
PGP: 0x0F52F982<br>
<br>_______________________________________________<br>
grass-dev mailing list<br>
<a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><br></blockquote></div><br></div>