mirror of
https://github.com/fhem/fhem-mirror.git
synced 2024-11-22 09:49:50 +00:00
58f5c45a12
git-svn-id: https://svn.fhem.de/fhem/trunk@2886 2b470e98-0d58-463d-a4d8-8e2adae1ed80
11 lines
159 B
Bash
Executable File
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
|
|
|
|
|
|
|