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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 8 00:40:26 PST 2019


Author: martinl
Date: 2019-03-08 00:40:26 -0800 (Fri, 08 Mar 2019)
New Revision: 74187

Modified:
   grass-addons/tools/svn2git/readme.txt
Log:
svn2git: add notes to readme how to run migrate scripts and push to github

Modified: grass-addons/tools/svn2git/readme.txt
===================================================================
--- grass-addons/tools/svn2git/readme.txt	2019-03-08 01:59:07 UTC (rev 74186)
+++ grass-addons/tools/svn2git/readme.txt	2019-03-08 08:40:26 UTC (rev 74187)
@@ -12,4 +12,18 @@
 $ svn log --xml --quiet | grep author | sort -u | perl -pe 's/.*>(.*?)<.*/$1 = /' >> authors.txt
 $ python3 svn-contributors-to-git.py
 
-Run migrate.sh script...
+Run migrate scripts:
+
+$ 0-migrate-fetch.sh
+$ 1-migrate-core.sh
+$ 2-migrate-addons-promo.sh
+$ 3-rewrite-messages.sh
+
+Push to github for review:
+
+$ cd grass-rewrite
+$ git remote add github https://github.com/grass-svn2git/grass.git
+$ git push github --all
+$ git push github --tags
+
+Similarly for `grass-legacy-rewrite`, `grass-addons-rewrite`, `grass-promo-rewrite`.



More information about the grass-commit mailing list