mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
show latest SVN commit messages
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2886 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
bdb5ad7853
commit
cd87de7bf6
10
contrib/mksvnlog.sh
Executable file
10
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…
x
Reference in New Issue
Block a user