added userlog

This commit is contained in:
2013-12-11 15:33:30 +00:00
parent ff3f81b2e7
commit cea27322d9
6 changed files with 108 additions and 12 deletions

View File

@ -3,6 +3,8 @@
REPOBASE="`basename "${1}"`"
REV="${2}"
AUTHOR="$(svnlook author -r ${REV} ${1})"
# does not care if logging has failed.
wget -q -O- "%API%/logCodeCommit/svn/${REPOBASE}/${REV}" 2>/dev/null
wget -q -O- "%API%/logCodeCommit/svn/${REPOBASE}/${REV}/${AUTHOR}" 2>/dev/null
exit 0