2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00
fhem-mirror/fhem/contrib/mksvnlog.sh

11 lines
159 B
Bash
Raw Normal View History

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