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

Andreas Tille tille at moszumanska.debian.org
Tue Aug 19 09:47:14 UTC 2014


Author: tille
Date: 2014-08-19 09:47:14 +0000 (Tue, 19 Aug 2014)
New Revision: 17789

Modified:
   trunk/helper-scripts/convert_svn_2_git
Log:
Commit the finally successfull conversion script


Modified: trunk/helper-scripts/convert_svn_2_git
===================================================================
--- trunk/helper-scripts/convert_svn_2_git	2014-08-19 09:46:30 UTC (rev 17788)
+++ trunk/helper-scripts/convert_svn_2_git	2014-08-19 09:47:14 UTC (rev 17789)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # You need to install git-svn to run this script
 
-export SVN_URL=svn://svn.debian.org/svn/debian-med/trunk/packages
+export SVN_URL=svn://svn.debian.org/svn/debian-med/trunk/packages/
 if [ $# != 1 ] ; then
     echo "Usage: $0 <package to convert>"
     exit
@@ -11,9 +11,10 @@
 git svn clone --no-metadata \
     ${SVN_URL}/${PKG} \
     -T /trunk/${PKG} \
-    --branches /branches \
-    --tags /tags \
+    --tags  tags \
+    --trunk trunk \
     --authors-file=debian-med-authors \
-    --prefix=svn-import/ --stdlayout \
+    --prefix=svn-import/ \
     --no-metadata \
     ${PKG} 2>&1 | tee > svn2git_${PKG}.log
+




More information about the debian-med-commit mailing list