Hi Holger,

On Wed, Oct 16, 2013 at 03:58:36PM +0200, Holger Levsen wrote:
> So I would like to migrate a source package to GIT now, and while I know how 
> to do this technically with GIT I'm not sure which settings and import 
> strategy I should use. Also a working authors/email addreses file would be 
> useful.

I'm attaching the conversion script I used for converting Debian GIS and
the according authors file which might have some matches in Debian Edu as
well.

Hope this helps

       Andreas.

-- 
http://fam-tille.de
#!/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
ajqlee = Andrew Lee <ajq...@debian.org>
andrelop = Andre Luis Lopes <andrelop@@debian.org>
domibel-guest = Dominique Belhachemi <domi...@debian.org>
ericmaeker-guest =  Eric Maeker <eric.mae...@gmail.com>
fdl-guest = Frederic Lehobey <frede...@lehobey.net>
free-guest = Free Ekanayaka <fr...@debian.org>
georgesk = Georges Khaznadar <georg...@ofset.org>
guillem = Guillem Jover <guil...@debian.org>
jredrejo = José L. Redrejo Rodríguez <jredr...@debian.org>
js =  Jonas Smedegaard <d...@jones.dk>
kalfa = Cosimo Alfarano <ka...@debian.org>
moeller = Steffen Moeller <moel...@debian.org>
otavio = Otavio Salvador <ota...@debian.org>
pere = Petter Reinholdtsen <p...@debian.org>
plessy = Charles Plessy <ple...@debian.org>
synrg = Ben Armstrong <sy...@sanctuary.nslug.ns.ca>
tille = Andreas Tille <ti...@debian.org>
a_valentino-guest = Antonio Valentino <antonio.valent...@tiscali.it>

Reply via email to