> I'm working with Roland to migrate BBDB to a Git repository on Savannah.
> I can do the migration like you did but wanted to ensure that the
> contributor history is correctly mapped and Roland hasn't had time to
> work on it.

Not sure how much real names instead of uids on the commits is worth:
can always list the uids in a CONTRIBUTORS file.  But FYI the
identifiers that need to be mapped are:

    $ git log upstream/2.35.cvs20080316 | egrep Author: | sort | uniq
    Author: bbdb-writer <bbdb-writer>
    Author: drv <drv>
    Author: fenk <fenk>
    Author: kensanata <kensanata>
    Author: kuepper <kuepper>
    Author: sds <sds>
    Author: shenghuo <shenghuo>
    Author: simmonmt <simmonmt>
    Author: waider <waider>

and the mapping would be done by putting this into the file
cvs-authors (without the indentation)

    bbdb-writer=Ronan Waide <[email protected]>
    drv=Didier Verna <[email protected]>
    fenk=Robert Fenk <[email protected]>
    kensanata=Alex Schroeder <[email protected]>
    kuepper=Jochen Küpper <[email protected]>
    sds=Sam Steingold <[email protected]>
    shenghuo=ShengHuo ZHU <[email protected]>
    simmonmt=Matt Simmons <[email protected]>
    waider=Ronan Waide <[email protected]>

and using "git cvsimport -A cvs-authors ..."

I've been meaning to re-import with keyword expansion turned off, and
rebase on top of that.  If I do this I'll be sure to map ids while I'm
at it, and send a pointer.

In any case, I'd encourage you to cherry-pick any useful non debian/*
commits off my repository.  (I suppose I really should have done it in
two rails to make this trivial; can generate this using the
appropriate git magic if that would make your life easier.)

                                        Cheers,

                                        --Barak.

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
[email protected]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to