Changes between Version 36 and Version 37 of Installation/FromSVN

Show
Ignore:
Author:
demian (IP: 79.66.52.85)
Timestamp:
10/20/08 10:32:23 (2 years ago)
Comment:

svn: List contributors with number of commits each

Legend:

Unmodified
Added
Removed
Modified
  • Installation/FromSVN

    v1 v37  
    273273find . -name '.svn' -type d -exec rm -rf {} \; 
    274274}}} 
     275 
     276== List contributors with number of commits each == 
     277{{{ 
     278svn log -q | awk '/^r/ {print $3}' | sort | uniq -c 
     279}}} 
     280 
    275281 
    276282== SVN Programs ==