Skip to content

[Bug] g.extension uses wrong path #1089

@micha-silver

Description

@micha-silver

Name of the addon
r.traveltime, but same error for any addon

Describe the bug
Running g.extension r.traveltime errors with:

svn: E170013: Unable to connect to a repository at URL 'https://github.com/OSGeo/grass-addons/branches/grass8/src/raster/r.traveltime'
svn: E160013: '/OSGeo/grass-addons/branches/grass8/src/raster/r.traveltime' path not found

But the actual path should be:
https://github.com/OSGeo/grass-addons/tree/grass8/src/raster/r.traveltime

To Reproduce
Steps to reproduce the behavior:

  1. Run
$ g.extension r.gwr
Fetching <r.gwr> from GRASS GIS Addons repository (be patient)...
svn: E170013: Unable to connect to a repository at URL 'https://github.com/OSGeo/grass-addons/branches/grass8/src/raster/r.gwr'
svn: E160013: '/OSGeo/grass-addons/branches/grass8/src/raster/r.gwr' path not found

Expected behavior
Download extensions from the correct github URL.

Screenshots
If applicable, add screenshots to help explain your problem.

System description (please complete the following information):

  • GRASS GIS version 8.2, Debian package
   $ g.version
GRASS 8.2.1 (2023)

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions