2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2024-11-22 09:49:50 +00:00

show latest SVN commit messages

git-svn-id: https://svn.fhem.de/fhem/trunk@2886 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert 2013-03-10 16:38:47 +00:00
parent 56a9dde946
commit 58f5c45a12

10
fhem/contrib/mksvnlog.sh Executable file
View File

@ -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