mirror of
https://github.com/fhem/fhem-mirror.git
synced 2024-11-22 02:59:49 +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:
parent
56a9dde946
commit
58f5c45a12
10
fhem/contrib/mksvnlog.sh
Executable file
10
fhem/contrib/mksvnlog.sh
Executable 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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user