Sorry, there's another implicit indirection: with Git, there's really
nothing such as "user id". There's only a user.name and user.email
attribute.

Now, *GitHub* will try to match the emails to existing users and so
basically clicking on a user of a commit would take you to that user if the
email is found.

So, for your question, yes just enrich the
https://github.com/MojoHaus/convert-to-git/blob/master/mojo-committers.list
file with the mapping with your full name and email (not your github id,
see others for example) so that when we redo the migration we can replace
the svn user by the values on the right.

HTH
Cheers


2015-04-08 21:51 GMT+02:00 Anders Hammar <and...@hammar.net>:

> Sorry, I don't follow. What do you mean by "map svn user id as much as
> possible"? Should I add my github id in that file as well? If so, how?
>
> /Anders
>
>
> On Wed, Apr 8, 2015 at 6:34 PM, Baptiste Mathus <bmat...@batmat.net>
> wrote:
>
>> Technically no. But better map svn user id as much as possible with
>> https://github.com/MojoHaus/convert-to-git/blob/master/mojo-committers.list
>> to enrich and use it when we do the real migration.
>> Le 8 avr. 2015 18:21, "Anders Hammar" <and...@hammar.net> a écrit :
>>
>>> Any problems if the svn user id doesn't match the github user id?
>>>
>>> /Anders
>>>
>>> On Wed, Apr 8, 2015 at 9:03 AM, Baptiste Mathus <bmat...@batmat.net>
>>> wrote:
>>>
>>>> Forking the thread to focus around Git tinkering.
>>>>
>>>> FWIW, some of you already noticed and added their mappings (svn
>>>> user=Git formatted user), but I created a small repo under MojoHaus org.
>>>>
>>>> Please contribute the missing mappings for your user id.
>>>>
>>>> I also did a quick and dirty svnadmin load +Git svn clone yesterday.
>>>> The resulting (temporary) raw repository is here:
>>>> https://github.com/MojoHaus/svnrepo-gitified-wip
>>>>
>>>> Here's a first draft proposal of the technical and organizational steps
>>>> we would follow (feedback needed):
>>>>
>>>> 1. freeze svn (put it ro and ask for a new dump from Ben)
>>>> 2. Import it locally
>>>> 3. Git svn clone it with the user mappings given above (without the
>>>> --stdlayout option) + push it to GitHub
>>>>
>>>> Then from this monolithic big repo, write a shell script to do the
>>>> following:
>>>>
>>>> 4. For each plugin: git filter-branch to create a repo per plugin.
>>>> 5. For site: filter-branch too
>>>> 6. Check everything
>>>>
>>>> WDYT?
>>>>
>>>> BTW we need to PoC the site publication too and think about how to make
>>>> it not too cumbersome with all those repos there will be. If someone can
>>>> have a look that'd be great.
>>>> ---------- Message transféré ----------
>>>> De : "Baptiste Mathus" <bmat...@batmat.net>
>>>> Date : 7 avr. 2015 15:06
>>>> Objet : Fwd: [mojo-dev] [DISCUSS] Codehaus EOL and MOJO migration
>>>> À : "dev@mojo.codehaus.org" <dev@mojo.codehaus.org>
>>>> Cc :
>>>>
>>>> Copied here to not hit Codehaus bandwidth too heavily:
>>>> https://dl.dropboxusercontent.com/u/6790263/mojo-20150407.bz2
>>>>
>>>> Cheers
>>>>
>>>> ---------- Forwarded message ----------
>>>> From: Codehaus Support <supp...@codehaus.org>
>>>> Date: 2015-04-07 13:11 GMT+02:00
>>>> Subject: Re: [mojo-dev] [DISCUSS] Codehaus EOL and MOJO migration
>>>> To: Baptiste Mathus <bmat...@batmat.net>
>>>>
>>>>
>>>> Thanks - I think the issue was that the repo was in the subject and I
>>>> can't see that once I have message open (scrolled off screen)!
>>>>
>>>> [[[ SNIP ]]]
>>>>
>>>> $ sha256sum mojo-20150407.bz2
>>>> f17352f7f31b64b87f5b13790973c77be62f81372e39e7b1ce9ea8129eab0ac5
>>>>  mojo-20150407.bz2
>>>>
>>>>
>>>> I haven't locked the repo - as you may want to test the migration first.
>>>>
>>>> Cheers,
>>>>
>>>> Ben
>>>>
>>>> On 6 April 2015 at 22:31, Baptiste Mathus <bmat...@batmat.net> wrote:
>>>>
>>>>> The one here to be precise: svn.codehaus.org/mojo/
>>>>>
>>>>> Cheers
>>>>> Le 6 avr. 2015 14:28, "Baptiste Mathus" <bapti...@codehaus.org> a
>>>>> écrit :
>>>>>
>>>>>> Sorry for the lag. I thought that would be obvious, but that's
>>>>>> forgetting Codehaus is hosting quite a bunch of projects :).
>>>>>> That is for the mojo project.
>>>>>>
>>>>>> Cheers
>>>>>> Le 4 avr. 2015 23:26, "Codehaus Support" <supp...@codehaus.org> a
>>>>>> écrit :
>>>>>>
>>>>>>> Which project did you need a dump for?
>>>>>>>
>>>>>>> I can't see it listed in the email thread.
>>>>>>>
>>>>>>> Thanks,
>>>>>>>
>>>>>>> Ben
>>>>>>>
>>>>>>> On 4 April 2015 at 01:33, Baptiste Mathus <bapti...@codehaus.org>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hi Ben,
>>>>>>>>
>>>>>>>> Do you think you'll be able to provide the dump some day?
>>>>>>>>
>>>>>>>> Btw, we're also gonna need some equivalent for JIRA...
>>>>>>>>
>>>>>>>> Thanks and have a good WE.
>>>>>>>>
>>>>>>>>
>>>>>>>> 2015-03-24 10:00 GMT+01:00 Codehaus Support <supp...@codehaus.org>:
>>>>>>>>
>>>>>>>>> I'm away on a cancer research fundraising cycle ride at the
>>>>>>>>> moment. Will be back on Monday.
>>>>>>>>>
>>>>>>>>> If it can't wait then you can use svnsync which will work for
>>>>>>>>> small repos but is very inefficient for large repos.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Tuesday, March 24, 2015, Baptiste Mathus <bapti...@codehaus.org>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> No we're still waiting to hear from Ben after my last mail.
>>>>>>>>>>
>>>>>>>>>> I'll be able to work on it as soon as we have it. But any help is
>>>>>>>>>> welcome, and I think Kristian's experience of doing the same on the 
>>>>>>>>>> Apache
>>>>>>>>>> side would be valuable.
>>>>>>>>>> Le 24 mars 2015 05:54, "Kristian Rosenvold" <
>>>>>>>>>> krosenv...@apache.org> a écrit :
>>>>>>>>>>
>>>>>>>>>>> Did we get an svn dump ?
>>>>>>>>>>>
>>>>>>>>>>> K
>>>>>>>>>>> 23. mars 2015 21:54 skrev "Arnaud Héritier" <
>>>>>>>>>>> aherit...@codehaus.org>:
>>>>>>>>>>>
>>>>>>>>>>> Is there someone who can take the lead to and manage a little
>>>>>>>>>>> bit the migration ?
>>>>>>>>>>> Myself I afraid to have few free time before may.
>>>>>>>>>>> I hope it will change after that.
>>>>>>>>>>>
>>>>>>>>>>> On Sun, Mar 22, 2015 at 11:10 PM, Werner Guttmann <
>>>>>>>>>>> werner.guttm...@gmx.net> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Please add me (wguttmn) as well; I'd love to help with the move
>>>>>>>>>>>> of the castor-maven-plugin (given that I have just moved the 
>>>>>>>>>>>> Castor code
>>>>>>>>>>>> from Codehaus to github).
>>>>>>>>>>>>
>>>>>>>>>>>> Regards
>>>>>>>>>>>> Werner
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On 22.03.2015 21:09, Mirko Friedenhagen wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Please add me (mfriedenhagen) as well. I think our group is
>>>>>>>>>>>>> small
>>>>>>>>>>>>> enough to allow everyone full access for now.
>>>>>>>>>>>>> Regards Mirko
>>>>>>>>>>>>> --
>>>>>>>>>>>>> http://illegalstateexception.blogspot.com/
>>>>>>>>>>>>> https://github.com/mfriedenhagen/ (http://osrc.dfm.io/
>>>>>>>>>>>>> mfriedenhagen)
>>>>>>>>>>>>> https://bitbucket.org/mfriedenhagen/
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Fri, Mar 20, 2015 at 8:12 PM, Arnaud Héritier <
>>>>>>>>>>>>> aherit...@codehaus.org> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> I created a "developers" team with everyone in it.
>>>>>>>>>>>>>> For now there is no repo
>>>>>>>>>>>>>> This group has only pull/push rights
>>>>>>>>>>>>>> I don't know what you have in mind in term of permissions
>>>>>>>>>>>>>> Do we keep a despots/admin group ?
>>>>>>>>>>>>>> Do we give all rights to everyone ??
>>>>>>>>>>>>>> cheers
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Fri, Mar 20, 2015 at 7:53 PM, Alexandre COLLIGNON <
>>>>>>>>>>>>>> alexan...@collign.net>
>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> What about me then? acollign :D.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Have a nice weekend everyone,
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> Alexandre COLLIGNON<alexan...@collign.net>
>>>>>>>>>>>>>>> https://keybase.io/acollign
>>>>>>>>>>>>>>> https://plus.google.com/+AlexandreCOLLIGNON/
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On 3/20/15 1:55 PM, Anders Hammar wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> And me please: andham
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> /Anders
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Fri, Mar 20, 2015 at 1:52 PM, Dennis Lundberg <
>>>>>>>>>>>>>>>> denn...@apache.org
>>>>>>>>>>>>>>>> <mailto:denn...@apache.org>> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>      Please add me as well:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>      dennisl
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>      On Fri, Mar 20, 2015 at 9:06 AM, Stefan Birkner
>>>>>>>>>>>>>>>>      <m...@stefan-birkner.de <mailto:m...@stefan-birkner.de>>
>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>      > Please add me too: stefanbirkner
>>>>>>>>>>>>>>>>      >
>>>>>>>>>>>>>>>>      > 2015-03-20 9:02 GMT+01:00 Kristian Rosenvold
>>>>>>>>>>>>>>>>      <krosenv...@apache.org <mailto:krosenv...@apache.org>
>>>>>>>>>>>>>>>> >:
>>>>>>>>>>>>>>>>      >> krosenvold too :)
>>>>>>>>>>>>>>>>      >>
>>>>>>>>>>>>>>>>      >>
>>>>>>>>>>>>>>>>      >> 2015-03-20 7:47 GMT+01:00 Rickard von Essen
>>>>>>>>>>>>>>>>      <rickard.von.es...@gmail.com <mailto:
>>>>>>>>>>>>>>>> rickard.von.es...@gmail.com>>:
>>>>>>>>>>>>>>>>      >>> please add me too Id: rickard-von-essen
>>>>>>>>>>>>>>>>      >>> /Rickard
>>>>>>>>>>>>>>>>      >>>
>>>>>>>>>>>>>>>>      >>> On Mar 20, 2015 7:43 AM, "Milos Kleint" <
>>>>>>>>>>>>>>>> mkle...@gmail.com
>>>>>>>>>>>>>>>>      <mailto:mkle...@gmail.com>> wrote:
>>>>>>>>>>>>>>>>      >>>>
>>>>>>>>>>>>>>>>      >>>> mkleint at github
>>>>>>>>>>>>>>>>      >>>>
>>>>>>>>>>>>>>>>      >>>> Thanks.
>>>>>>>>>>>>>>>>      >>>>
>>>>>>>>>>>>>>>>      >>>> Milos Kleint
>>>>>>>>>>>>>>>>      >>>>
>>>>>>>>>>>>>>>>      >>>> On Sun, Mar 15, 2015 at 12:30 AM, Tony Chemit
>>>>>>>>>>>>>>>>      <che...@codelutin.com <mailto:che...@codelutin.com>>
>>>>>>>>>>>>>>>>      >>>> wrote:
>>>>>>>>>>>>>>>>      >>>>>
>>>>>>>>>>>>>>>>      >>>>> On Sat, 14 Mar 2015 14:11:47 +0100
>>>>>>>>>>>>>>>>      >>>>> Karl Heinz Marbaise <khmarba...@gmx.de
>>>>>>>>>>>>>>>>      <mailto:khmarba...@gmx.de>> wrote:
>>>>>>>>>>>>>>>>      >>>>>
>>>>>>>>>>>>>>>>      >>>>> > BTW: Could you please add me to the
>>>>>>>>>>>>>>>> organization...
>>>>>>>>>>>>>>>>      >>>>>
>>>>>>>>>>>>>>>>      >>>>> Hy herve, Can you also add me in organization.
>>>>>>>>>>>>>>>> (tchemit on
>>>>>>>>>>>>>>>> github)
>>>>>>>>>>>>>>>>      >>>>>
>>>>>>>>>>>>>>>>      >>>>> thanks,
>>>>>>>>>>>>>>>>      >>>>>
>>>>>>>>>>>>>>>>      >>>>> tony.
>>>>>>>>>>>>>>>>      >>>>>
>>>>>>>>>>>>>>>>      >>>>> --
>>>>>>>>>>>>>>>>      >>>>> Tony Chemit
>>>>>>>>>>>>>>>>      >>>>> --------------------
>>>>>>>>>>>>>>>>      >>>>> tél: +33 (0) 2 40 50 29 28
>>>>>>>>>>>>>>>>      <tel:%2B33%20%280%29%202%2040%2050%2029%2028>
>>>>>>>>>>>>>>>>      >>>>> http://www.codelutin.com
>>>>>>>>>>>>>>>>      >>>>> email: che...@codelutin.com <mailto:
>>>>>>>>>>>>>>>> che...@codelutin.com>
>>>>>>>>>>>>>>>>      >>>>> twitter: https://twitter.com/tchemit
>>>>>>>>>>>>>>>>      >>>>>
>>>>>>>>>>>>>>>>      >>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> ------------------------------
>>>>>>>>>>>>>>>> ---------------------------------------
>>>>>>>>>>>>>>>>      >>>>> To unsubscribe from this list, please visit:
>>>>>>>>>>>>>>>>      >>>>>
>>>>>>>>>>>>>>>>      >>>>>     http://xircles.codehaus.org/manage_email
>>>>>>>>>>>>>>>>      >>>>>
>>>>>>>>>>>>>>>>      >>>>>
>>>>>>>>>>>>>>>>      >>>>
>>>>>>>>>>>>>>>>      >>>
>>>>>>>>>>>>>>>>      >>
>>>>>>>>>>>>>>>>      >>
>>>>>>>>>>>>>>>> ------------------------------
>>>>>>>>>>>>>>>> ---------------------------------------
>>>>>>>>>>>>>>>>      >> To unsubscribe from this list, please visit:
>>>>>>>>>>>>>>>>      >>
>>>>>>>>>>>>>>>>      >>     http://xircles.codehaus.org/manage_email
>>>>>>>>>>>>>>>>      >>
>>>>>>>>>>>>>>>>      >>
>>>>>>>>>>>>>>>>      >
>>>>>>>>>>>>>>>>      >
>>>>>>>>>>>>>>>> ------------------------------
>>>>>>>>>>>>>>>> ---------------------------------------
>>>>>>>>>>>>>>>>      > To unsubscribe from this list, please visit:
>>>>>>>>>>>>>>>>      >
>>>>>>>>>>>>>>>>      >     http://xircles.codehaus.org/manage_email
>>>>>>>>>>>>>>>>      >
>>>>>>>>>>>>>>>>      >
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>      --
>>>>>>>>>>>>>>>>      Dennis Lundberg
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> ------------------------------
>>>>>>>>>>>>>>>> ---------------------------------------
>>>>>>>>>>>>>>>>      To unsubscribe from this list, please visit:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>          http://xircles.codehaus.org/manage_email
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> ------------------------------------------------------------
>>>>>>>>>>>>>>> ---------
>>>>>>>>>>>>>>> To unsubscribe from this list, please visit:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>      http://xircles.codehaus.org/manage_email
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>> ------------------------------------------------------------
>>>>>>>>>>>>> ---------
>>>>>>>>>>>>> To unsubscribe from this list, please visit:
>>>>>>>>>>>>>
>>>>>>>>>>>>>      http://xircles.codehaus.org/manage_email
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>> ---
>>>>>>>>>>>> This email is free from viruses and malware because avast!
>>>>>>>>>>>> Antivirus protection is active.
>>>>>>>>>>>> http://www.avast.com
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> ------------------------------------------------------------
>>>>>>>>>>>> ---------
>>>>>>>>>>>> To unsubscribe from this list, please visit:
>>>>>>>>>>>>
>>>>>>>>>>>>    http://xircles.codehaus.org/manage_email
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Sent from my phone
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Ben Walding :: b...@openxource.com
>>>>>>> Web: http://openxource.com/
>>>>>>>
>>>>>>
>>>>
>>>>
>>>> --
>>>> Ben Walding :: b...@openxource.com
>>>> Web: http://openxource.com/
>>>>
>>>>
>>>>
>>>> --
>>>> Baptiste <Batmat> MATHUS - http://batmat.net
>>>> Sauvez un arbre,
>>>> Mangez un castor !
>>>>
>>>>
>>>
>


-- 
Baptiste <Batmat> MATHUS - http://batmat.net
Sauvez un arbre,
Mangez un castor !

Reply via email to