Hi, so 31. 8. 2019 v 13:21 odesÃlatel Sebastiaan Couwenberg <[email protected]> napsal: > That seems like a bug in GRASS, using svn to download code from GitHub > makes no sense. Use git clone with shallow options, e.g.: > > git clone --depth 1 https://github.com/OSGeo/grass-addons
yes, it will still clone all directories, the reason for `svn export` is to fetch specific directory only. du -s -c -h grass-addons/* 4.0K grass-addons/contributors.csv 26M grass-addons/grass6 73M grass-addons/grass7 4.0K grass-addons/README 4.0K grass-addons/README.md 15M grass-addons/roadmap 4.0K grass-addons/SUBMITTING 8.0K grass-addons/SVN_HOWTO.txt 448K grass-addons/tools 113M total > There is also a spelling error: reporsitory -> repository: > > """Download source code from a official GitHub reporsitory > > Since download_source_code_svn() requires subversion, both git & > subversion should be recommended by the package, and included in the > documentation (REQUIREMENTS.html). Thanks, fixed in https://github.com/OSGeo/grass/commit/b206fcd70ead34b9bef38cd50e44232f0b24bc84 Martin -- Martin Landa http://geo.fsv.cvut.cz/gwiki/Landa http://gismentors.cz/mentors/landa _______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
