Difference between revisions of "Authors"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
svn log -q | awk -F '|' '/^r/ {sub("^ ", "", $2); sub(" $", "", $2); print $2" = "$2" <"$2">"}' | sort -u > authors.txt | svn log -q | awk -F '|' '/^r/ {sub("^ ", "", $2); sub(" $", "", $2); print $2" = "$2" <"$2">"}' | sort -u > authors.txt | ||
</source> | </source> | ||
− | ==== | + | ==== authors.txt ==== |
'''authors.txt''' | '''authors.txt''' | ||
<source lang="text"> | <source lang="text"> |
Revision as of 20:17, 21 July 2013
Contents
Cloning Subversion
Based on this post
Retrieve a list of all Subversion committers
svn log -q | awk -F '|' '/^r/ {sub("^ ", "", $2); sub(" $", "", $2); print $2" = "$2" <"$2">"}' | sort -u > authors.txt
authors.txt
authors.txt
bugman = Edward d'Auvergne <edward@nmr-relax.com>
edward = Edward d'Auvergne <edward@nmr-relax.com>
han87 = han87 <han87>
macraild = macraild <macraild>
michaelbieri = michaelbieri <michaelbieri>
semor = semor <semor>
varioustoxins = varioustoxins <varioustoxins>