diff --git a/contrib/mksvnlog.sh b/contrib/mksvnlog.sh new file mode 100755 index 000000000..7527f5885 --- /dev/null +++ b/contrib/mksvnlog.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +SVN=/usr/bin/svn +REPO=https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem +REV=2400 # since start of 2013 + +$SVN log -v -r HEAD:$REV $REPO + + +