Last change
on this file since 86 was
86,
checked in by Jari Häkkinen, 17 years ago
|
Removed stray line, added some svn properties.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
412 bytes
|
Line | |
---|
1 | # $Id: cron.svnstat_htdocs 86 2006-03-14 23:53:19Z jari $ |
---|
2 | |
---|
3 | SHELL=/bin/bash |
---|
4 | PATH=/sbin:/bin:/usr/sbin:/usr/bin |
---|
5 | MAILTO=jari@thep.lu.se |
---|
6 | HOME=/ |
---|
7 | |
---|
8 | cd /export/home/trac/tracs/svnstat/htdocs/pristine_svnstat |
---|
9 | /usr/bin/svn diff -rHEAD > tmp.txt~ |
---|
10 | if [ -s "tmp.txt~" ]; then |
---|
11 | /usr/bin/svn update |
---|
12 | /export/home/jari/local/bin/svnstat -f \ |
---|
13 | -r /export/home/trac/tracs/svnstat/htdocs/pristine_svnstat \ |
---|
14 | -t /export/home/trac/tracs/svnstat/htdocs/svnstat |
---|
15 | fi |
---|
16 | rm tmp.txt~ |
---|
Note: See
TracBrowser
for help on using the repository browser.