[GRASS-dev] SVN trunk issue with g.list and g.remove (and solution)

Markus Neteler neteler at osgeo.org
Tue Sep 30 12:54:27 PDT 2014


On Tue, Sep 30, 2014 at 8:16 PM, Huidae Cho <grass4u at gmail.com> wrote:
> Hmm... I "remove"d g.list/g.remove and "rename"d g.mlist/g.mremove. Maybe,
> there is a better way?

In SVN it seems to be a kind a collision since it appears to maintain
the history.
Perhaps the way to go would have been (guessing):

cd general/
svn mv g.list g.list.old
svn mv g.remove g.remove.old
svn ci -m"move old code aside"

svn mv g.mlist g.list
svn mv g.mremove g.remove
svn rm g.list.old
svn rm g.remove.old
svn ci -m"subsitute old g.list/g.remove code with former g.mlist/g.mremove"

Anyway, too late :-) However, it needs to be manually fixed in all SVN
copies around including the automated builts.
@MartinL: also for winGRASS binaries of trunk

Markus


More information about the grass-dev mailing list