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 <[email protected]>
andrelop = Andre Luis Lopes <andrelop@@debian.org>
domibel-guest = Dominique Belhachemi <[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]>
guillem = Guillem Jover <[email protected]>
jredrejo = José L. Redrejo Rodríguez <[email protected]>
js = Jonas Smedegaard <[email protected]>
kalfa = Cosimo Alfarano <[email protected]>
moeller = Steffen Moeller <[email protected]>
otavio = Otavio Salvador <[email protected]>
pere = Petter Reinholdtsen <[email protected]>
plessy = Charles Plessy <[email protected]>
synrg = Ben Armstrong <[email protected]>
tille = Andreas Tille <[email protected]>
a_valentino-guest = Antonio Valentino <[email protected]>