repo.or.cz
/
sunny256-utils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ga-infounused: Use `--no-textconv` in `git diff`
[sunny256-utils.git]
/
activesvn
blob
644706b8baf4fd9a6f2c1b2dd8c2cdd922c03d79
1
#!/usr/bin/env bash
2
3
# activesvn
4
# File ID: c3019e46-5d36-11df-9577-90e6ba3022ac
5
6
svn log
-v --xml
$
*
| LC_ALL
=
C LC_CTYPE
=
C
grep
'path>'
| perl
-pe
's/^.*?>(.*?)<.*$/
$1
/;'
|
sort
|
uniq
-c
|
sort
-rn