Hello,
As I understand it, the git conversion will require an email address for any commiter in our subversion repository.
The way we fill the email address currently is through the USERINFO repository available with subversion at:
http://svn.wikimedia.org/svnroot/mediawiki/USERINFO
Each file is named according to a svn author and filled with various fields. The email address can be filled under the field "email:" and can be obfuscated.
Example for author "hashar":
name: Ashar Voultoiz email: hashar at free dot fr url: http://fr.wikipedia.org/wiki/User:Hashar irc: hashar languages spoken: French, English father: yes
I have just imported in subversion the list of authors from the code review extension deployed at www.mediawiki.org. It would be great to fill in the email: fields for each of the author that are missing it. It will ease the git migration :-)
A shell one liner will get you an up-to-date list of author files which are missing the "email:" field:
egrep -c ^email: * | egrep -v '1$' | cut -d: -f1 | sort
In case an author is an alias, you can add an "alias:" field to the new user name. For example gwicke used to commit with the name gabrielwicke hence is "gwicke" author file has the special field:
aliases: gabrielwicke
The output for the above oneline is below. Please help populating email address :-)
abernala abigor aboostani adam adammck adhair ajvol algorithmix angelab axelboldt b_stancescu bachsau balasyum bartek beckr bhagya bradneuberg brezelben diana dschwen emiller erwin85 evanprodromou fabianh flominator fptc fvassard gmaxwell greenreaper gri6507 gslater harddisk hhappel jonwilliford lcrocker mbrad misza13 mulligen nojhan robh root rscheiber sanyamgoyal shaihulud swiftlytilting tgries tor warddr yaauie
Ashar:
not every developer wants to reveal their e-mail _there_. (Yes, I know, this list is public, too.)
Tom
What's the difference?
-Chad On Sep 23, 2011 2:16 PM, "Thomas Gries" mail@tgries.de wrote:
Ashar:
not every developer wants to reveal their e-mail _there_. (Yes, I know, this list is public, too.)
Tom
You don't use bugzilla?
~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://daniel.friesen.name]
On 11-09-23 11:15 AM, Thomas Gries wrote:
Ashar:
not every developer wants to reveal their e-mail _there_. (Yes, I know, this list is public, too.)
Tom
wikitech-l@lists.wikimedia.org