From dc8fabd194b61de118e7fce4502c0347fccee44d 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@2886 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/mksvnlog.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 fhem/contrib/mksvnlog.sh diff --git a/fhem/contrib/mksvnlog.sh b/fhem/contrib/mksvnlog.sh new file mode 100755 index 000000000..7527f5885 --- /dev/null +++ b/fhem/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 + + +