[GRASS-SVN] r74133 - grass-addons/tools/svn2git

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 25 08:50:41 PST 2019


Author: martinl
Date: 2019-02-25 08:50:41 -0800 (Mon, 25 Feb 2019)
New Revision: 74133

Modified:
   grass-addons/tools/svn2git/0-migrate-fetch.sh
Log:
svn2git: explain revision range

Modified: grass-addons/tools/svn2git/0-migrate-fetch.sh
===================================================================
--- grass-addons/tools/svn2git/0-migrate-fetch.sh	2019-02-25 12:18:59 UTC (rev 74132)
+++ grass-addons/tools/svn2git/0-migrate-fetch.sh	2019-02-25 16:50:41 UTC (rev 74133)
@@ -18,7 +18,9 @@
     cd ..
 }
 
+# r31142 GRASS 7.0.0 development started
 fetch "grass-fetch" "--stdlayout" "-r31142:75000"
-fetch "grass-legacy-fetch" "--stdlayout"
+# r72631 last commit to releasebranch_6_4
+fetch "grass-legacy-fetch" "--stdlayout" "-r1:72361"
 fetch "grass-addons-fetch"
 fetch "grass-promo-fetch"



More information about the grass-commit mailing list