Hi,

here is the command to collect all svn commiters:

svn log -q | awk -F '|' '/^r/ {sub("^ ", "", $2); sub(" $", "", $2);
print $2" = "$2" <"$2">"}' | sort -u > authors-transform.txt

And this is the result for db-jdo:

andyj = andyj <andyj>
bayard = bayard <bayard>
brazil = brazil <brazil>
brianm = brianm <brianm>
btopping = btopping <btopping>
clr = clr <clr>
madams = madams <madams>
mbo = mbo <mbo>
mcaisse = mcaisse <mcaisse>
mzaun = mzaun <mzaun>
tilmannz = tilmannz <tilmannz>

Regards Michael


-- 
Michael Bouschen
akquinet tech@spree GmbH
Bülowstraße 66 • D-10783 Berlin
Tel:   +49 30 235520-33
Fax:  +49 30 217520-12

E-Mail: michael.bousc...@akquinet.de <mailto:michael.bousc...@akquinet.de>
Web:   www.akquinet.de <http://www.akquinet.de/>

Geschäftsführung: Martin Weber, Dr. Torsten Fink
Amtsgericht Berlin HRB 86780 • USt.-Id. Nr.: DE 225 964 680

[Facebook] <http://www.facebook.com/akquinet>  [XING]
<https://www.xing.com/companies/akquinetag>  [G+]
<https://plus.google.com/b/111054946250796705170/+akquinet/posts> 
[LinkedIn] <https://www.linkedin.com/company/akquinet-ag>  [Twitter]
<https://twitter.com/akquinet>

Reply via email to