fhem-mirror/contrib/mksvnlog.sh
borisneubert cd87de7bf6 show latest SVN commit messages
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2886 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-03-10 16:38:47 +00:00

11 lines
159 B
Bash
Executable File

#!/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