From cd87de7bf6171c58521494e6f2b6f6bcee22b083 Mon Sep 17 00:00:00 2001 From: borisneubert <> Date: Sun, 10 Mar 2013 16:38:47 +0000 Subject: [PATCH] show latest SVN commit messages git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2886 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/mksvnlog.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 contrib/mksvnlog.sh 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 + + +