[GRASS-dev] Change name addon

Hi, I tried to rename the r.biodiversity addon to r.series.diversity (because this better reflects what it does and better distinguishes it from r.diversity). Seems I did something wrong because the old folder r.biodiversity is still there in the svn. Sorry for that. Before I mess things up even more, any pointer how to solve this?

Paulo

On Dec 9, 2015 10:32 AM, “Paulo van Breugel” <p.vanbreugel@gmail.com> wrote:

Hi, I tried to rename the r.biodiversity addon to r.series.diversity (because this better reflects what it does and better distinguishes it from r.diversity). Seems I did something wrong because the old folder r.biodiversity is still there in the svn. Sorry for that. Before I mess things up even more, any pointer how to solve this?

In trac you find a SVN howto.
Check for ‘svn mv …’

Be sure to have run
make clean
before.

Markus

On Wed, Dec 9, 2015 at 10:59 AM, Paulo van Breugel <p.vanbreugel@gmail.com>
wrote:

Hi Markus,

Sorry for the mess, and thanks for your help. There is no svn mv on the
SVN howto. But in any case, the script/html/make files are already copied
and renamed to a new folder r.series.diversity. So from what I understand
can I delete the old folder and content using from the command line?

cd /home/paulo/Software/spatial/grass-addons/
update svn
cd raster
svn rm r.biodiversity' (being in the raster folder

Tried it again and this time removing the folder worked. Not sure why it
didn't work the other time.

I am not sure what you mean with 'make clean'? Is this what updates the
makefile in the raster directory, or should the list of addons in that
makefile be updated manually? (on a somewhat related note, I see that the
list of addons in that makefile is not complete, e.g., r.series.decompose
is missing).

Paulo

On Wed, Dec 9, 2015 at 10:39 AM, Markus Neteler <neteler@osgeo.org> wrote:

On Dec 9, 2015 10:32 AM, "Paulo van Breugel" <p.vanbreugel@gmail.com>
wrote:
>
> Hi, I tried to rename the r.biodiversity addon to r.series.diversity
(because this better reflects what it does and better distinguishes it from
r.diversity). Seems I did something wrong because the old folder
r.biodiversity is still there in the svn. Sorry for that. Before I mess
things up even more, any pointer how to solve this?

In trac you find a SVN howto.
Check for 'svn mv ...'

Be sure to have run
make clean
before.

I am not sure where to run this make clean, and whether I should manually
update the makefile in the raster folder to delete the r.biodiversity and
add the r.series.diversity to the list.

Hopefully not related, but I noticed that the build status of many of the
addons is 'failed' (https://grass.osgeo.org/addons/grass7/logs/index.html)

Markus