Opened 14 years ago
Closed 11 years ago
#1341 closed defect (fixed)
g.extension don't list any extension to install
Reported by: | PierreRoudier | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.0 |
Component: | Default | Version: | svn-trunk |
Keywords: | g.extension | Cc: | |
CPU: | x86-64 | Platform: | Unspecified |
Description
g.extension can't list any extension for me to install:
GRASS 7.0.svn (NZTM2000):~ > g.extension -l svnurl=https://svn.osgeo.org/grass/grass-addons
Fetching list of modules from GRASS-Addons SVN (be patient)...
GRASS 7.0.svn (NZTM2000):~ >
As a consequence, it is impossible to install any extension.
- I am behind a proxy
- That proxy has been specified in HTTP_PROXY and HTTPS_PROXY envvars
- It has also been specified in the ~/.subversion/servers config file
- I can use svn without a problem and I can even checkout https://svn.osgeo.org/grass/grass-addons using svn:
roudierp@A208_RoudierP:~> mkdir /tmp/foo
roudierp@A208_RoudierP:~> cd /tmp/foo
roudierp@A208_RoudierP:/tmp/foo> svn co https://svn.osgeo.org/grass/grass-addons
A grass-addons/HydroFOSS
A grass-addons/HydroFOSS/r.interception
A grass-addons/HydroFOSS/r.interception/main.c
A grass-addons/HydroFOSS/r.interception/description.html
A grass-addons/HydroFOSS/r.interception/Makefile
A grass-addons/HydroFOSS/r.snow
A grass-addons/HydroFOSS/r.snow/main.c
A grass-addons/HydroFOSS/r.snow/description.html
A grass-addons/HydroFOSS/r.snow/Makefile
A grass-addons/HydroFOSS/README.txt
A grass-addons/HydroFOSS/Makefile
A grass-addons/roadmap
A grass-addons/roadmap/grass_roadmap.svg
A grass-addons/roadmap/other
A grass-addons/roadmap/other/codehistory.png
A grass-addons/roadmap/other/grasslogo_vector.svg
A grass-addons/roadmap/other/codehistory
A grass-addons/roadmap/gui
...etc
This problem has been discussed in the GRASS-dev mailing list in the following thread:
http://lists.osgeo.org/pipermail/grass-dev/2011-March/054033.html
Change History (3)
follow-up: 2 comment:1 by , 11 years ago
Keywords: | g.extension added |
---|
follow-up: 3 comment:2 by , 11 years ago
Replying to neteler:
A proxy parameter has meanwhile been implemented, the -l issue to be investigated.
The URL changed:
GRASS 7.0.svn (nc_spm_08_grass7):~ > g.extension -l svnurl=https://svn.osgeo.org/grass/grass-addons/grass7 ... d.mon2 g.cloud g.compare.md5 ...
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Replying to neteler:
The URL changed:
GRASS 7.0.svn (nc_spm_08_grass7):~ > g.extension -l svnurl=https://svn.osgeo.org/grass/grass-addons/grass7 ... d.mon2 g.cloud g.compare.md5 ...
confirmed, the module seems to work. I took liberty to close the ticket. Please reopen if neeeded.
A proxy parameter has meanwhile been implemented, the -l issue to be investigated.