source: trunk/trac/cron.svnstat_htdocs @ 86

Last change on this file since 86 was 86, checked in by Jari Häkkinen, 18 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
RevLine 
[85]1# $Id: cron.svnstat_htdocs 86 2006-03-14 23:53:19Z jari $
2
3SHELL=/bin/bash
4PATH=/sbin:/bin:/usr/sbin:/usr/bin
5MAILTO=jari@thep.lu.se
6HOME=/
7
8cd /export/home/trac/tracs/svnstat/htdocs/pristine_svnstat
9/usr/bin/svn diff -rHEAD > tmp.txt~
10if [ -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
15fi
16rm tmp.txt~
Note: See TracBrowser for help on using the repository browser.