svn diff -rREV1:REV2|grep "^(-|+)"|cut -b1|sort -r| uniq -c|tr -d ' 12'|tr '+-' '- 12'|sed 's/ //g'|bc
Determine the change in file size in lines between Subversion revisions
Leave a Reply
You must be logged in to post a comment.
svn diff -rREV1:REV2|grep "^(-|+)"|cut -b1|sort -r| uniq -c|tr -d ' 12'|tr '+-' '- 12'|sed 's/ //g'|bc
You must be logged in to post a comment.