Author: tille
Date: Wed Mar 26 21:17:57 2014
New Revision: 4010
URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=4010
Log:
Inject conversion scripts used previously to convert projects from svn to git
Added:
projects/0svn2git/
projects/0svn2git/blends-authors
projects/0svn2git/convert_svn_2_git_games (with props)
projects/0svn2git/convert_svn_2_git_gis (with props)
projects/0svn2git/convert_svn_2_git_science (with props)
Added: projects/0svn2git/blends-authors
URL:
http://svn.debian.org/wsvn/blends/projects/0svn2git/blends-authors?rev=4010&op=file
==============================================================================
--- projects/0svn2git/blends-authors (added)
+++ projects/0svn2git/blends-authors Wed Mar 26 21:17:57 2014
@@ -0,0 +1,47 @@
+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]>
Added: projects/0svn2git/convert_svn_2_git_games
URL:
http://svn.debian.org/wsvn/blends/projects/0svn2git/convert_svn_2_git_games?rev=4010&op=file
==============================================================================
--- projects/0svn2git/convert_svn_2_git_games (added)
+++ projects/0svn2git/convert_svn_2_git_games Wed Mar 26 21:17:57 2014
@@ -0,0 +1,6 @@
+git svn clone --no-metadata \
+ svn://svn.debian.org/svn/blends/blends \
+ -T /trunk/blends \
+ --branches /branches \
+ --tags /tags/blends \
+ blends
Propchange: projects/0svn2git/convert_svn_2_git_games
------------------------------------------------------------------------------
svn:executable = *
Added: projects/0svn2git/convert_svn_2_git_gis
URL:
http://svn.debian.org/wsvn/blends/projects/0svn2git/convert_svn_2_git_gis?rev=4010&op=file
==============================================================================
--- projects/0svn2git/convert_svn_2_git_gis (added)
+++ projects/0svn2git/convert_svn_2_git_gis Wed Mar 26 21:17:57 2014
@@ -0,0 +1,14 @@
+#!/bin/sh
+export SVN_URL=svn://svn.debian.org/svn/blends/projects
+export BLEND=gis
+export BLENDLONG=debian-${BLEND}
+
+git svn clone --no-metadata \
+ ${SVN_URL}/${BLEND} \
+ -T /trunk/${BLENDLONG} \
+ --branches /branches \
+ --tags /tags \
+ --authors-file=blends-authors \
+ --prefix=svn-import/ --stdlayout \
+ --no-metadata \
+ ${BLENDLONG} 2>&1 | tee > svn2git_${BLEND}.log
Propchange: projects/0svn2git/convert_svn_2_git_gis
------------------------------------------------------------------------------
svn:executable = *
Added: projects/0svn2git/convert_svn_2_git_science
URL:
http://svn.debian.org/wsvn/blends/projects/0svn2git/convert_svn_2_git_science?rev=4010&op=file
==============================================================================
--- projects/0svn2git/convert_svn_2_git_science (added)
+++ projects/0svn2git/convert_svn_2_git_science Wed Mar 26 21:17:57 2014
@@ -0,0 +1,14 @@
+#!/bin/sh
+export SVN_URL=svn://svn.debian.org/svn/blends/projects
+export BLEND=science
+export BLENDLONG=debian-${BLEND}
+
+git svn clone --no-metadata \
+ ${SVN_URL}/${BLEND} \
+ -T /trunk/${BLENDLONG} \
+ --branches /branches \
+ --tags /tags \
+ --authors-file=blends-authors \
+ --prefix=svn-import/ --stdlayout \
+ --no-metadata \
+ ${BLENDLONG} 2>&1 | tee > svn2git_${BLEND}.log
Propchange: projects/0svn2git/convert_svn_2_git_science
------------------------------------------------------------------------------
svn:executable = *
_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit