Author: tille
Date: 2014-08-19 09:07:57 +0000 (Tue, 19 Aug 2014)
New Revision: 17786
Added:
trunk/helper-scripts/
trunk/helper-scripts/convert_svn_2_git
trunk/helper-scripts/debian-med-authors
Log:
Inject a helper script for svn to git conversion
Added: trunk/helper-scripts/convert_svn_2_git
===================================================================
--- trunk/helper-scripts/convert_svn_2_git (rev 0)
+++ trunk/helper-scripts/convert_svn_2_git 2014-08-19 09:07:57 UTC (rev
17786)
@@ -0,0 +1,19 @@
+#!/bin/sh
+# You need to install git-svn to run this script
+
+export SVN_URL=svn://svn.debian.org/svn/debian-med/trunk/packages
+if [ $# != 1 ] ; then
+ echo "Usage: $0 <package to convert>"
+ exit
+fi
+export PKG=$1
+
+git svn clone --no-metadata \
+ ${SVN_URL}/${PKG} \
+ -T /trunk/${PKG} \
+ --branches /branches \
+ --tags /tags \
+ --authors-file=debian-med-authors \
+ --prefix=svn-import/ --stdlayout \
+ --no-metadata \
+ ${PKG} 2>&1 | tee > svn2git_${PKG}.log
Property changes on: trunk/helper-scripts/convert_svn_2_git
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/helper-scripts/debian-med-authors
===================================================================
--- trunk/helper-scripts/debian-med-authors (rev 0)
+++ trunk/helper-scripts/debian-med-authors 2014-08-19 09:07:57 UTC (rev
17786)
@@ -0,0 +1,50 @@
+aelmahmoudy-guest = Ahmed El-Mahmoudy <[email protected]>
+ajqlee = Andrew Lee <[email protected]>
+andrelop = Andre Luis Lopes <andrelop@@debian.org>
+a_valentino-guest = Antonio Valentino <[email protected]>
+barbier = Denis Barbier <[email protected]>
+bremner = David Bremner <[email protected]>
+bremner-guest = David Bremner <[email protected]>
+chrisk-guest = Christian Kastner <[email protected]>
+cjw1006-guest = Dr <[email protected]>
+domibel-guest = Dominique Belhachemi <[email protected]>
+ekiagias-guest = Emmanouil Kiagias <[email protected]>
+ericmaeker-guest = Eric Maeker <[email protected]>
+fdl-guest = Frederic Lehobey <[email protected]>
+free-guest = Free Ekanayaka <[email protected]>
+georgesk = Georges Khaznadar <[email protected]>
+ghisvail-guest = Ghislain Vaillant <[email protected]>
+gladky-anton-guest = Anton Gladky <[email protected]>
+guillem = Guillem Jover <[email protected]>
+hauro-guest = hauro-guest <[email protected]>
+joostvb = Joost van Baal-Ilić<[email protected]>
+jredrejo = José L. Redrejo Rodríguez <[email protected]>
+js = Jonas Smedegaard <[email protected]>
+kalfa = Cosimo Alfarano <[email protected]>
+lepalom-guest = Leopold Palomo-Avellaneda <[email protected]>
+lifengsun-guest = Lifeng Sun <[email protected]>
+mckinstry = Alastair McKinstry <[email protected]>
+mhanke-guest = Michael Hanke <[email protected]>
+mih = Michael Hanke <[email protected]>
+moeller = Steffen Moeller <[email protected]>
+olebole-guest = Ole Streicher <[email protected]>
+otavio = Otavio Salvador <[email protected]>
+pere = Petter Reinholdtsen <[email protected]>
+picca = Frédéric-Emmanuel Picca <[email protected]>
+plessy = Charles Plessy <[email protected]>
+pouillon-guest = Yann Pouillon <[email protected]>
+prudhomm = Christophe Prudhomme <[email protected]>
+sebastien = Sébastien Villemot <[email protected]>
+sylvestre = Sylvestre Ledru <[email protected]>
+sylvestre-guest = Sylvestre Ledru <[email protected]>
+synrg = Ben Armstrong <[email protected]>
+thansen = Tobias Hansen <[email protected]>
+thibaut-guest = Thibaut Jean-Claude Paumard <[email protected]>
+tille = Andreas Tille <[email protected]>
+trophime-guest = Christophe Trophime < [email protected]>
+varun = Varun Hiremath <[email protected]>
+yoh = Yaroslav Halchenko <[email protected]>
+yoh-guest = Yaroslav Halchenko <[email protected]>
+malat-guest = Mathieu Malaterre <[email protected]>
+malat = Mathieu Malaterre <[email protected]>
+smr = Steve M. Robbins <[email protected]>
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit