[med-svn] r23730 - trunk/helper-scripts

Mattia Rizzolo mattia at moszumanska.debian.org
Mon Apr 10 09:37:42 UTC 2017


Author: mattia
Date: 2017-04-10 09:37:41 +0000 (Mon, 10 Apr 2017)
New Revision: 23730

Modified:
   trunk/helper-scripts/convert_svn_2_git
Log:
Remove duplicated --no-metadata flag

Modified: trunk/helper-scripts/convert_svn_2_git
===================================================================
--- trunk/helper-scripts/convert_svn_2_git	2017-04-09 22:43:43 UTC (rev 23729)
+++ trunk/helper-scripts/convert_svn_2_git	2017-04-10 09:37:41 UTC (rev 23730)
@@ -8,7 +8,7 @@
 fi
 export PKG=$1
 
-git svn clone --no-metadata \
+git svn clone \
     ${SVN_URL}/${PKG} \
     -T /trunk/${PKG} \
     --tags  tags \




More information about the debian-med-commit mailing list