Index: chgstat_graph.sh =================================================================== --- chgstat_graph.sh (nonexistent) +++ chgstat_graph.sh (revision 12893) @@ -0,0 +1,21 @@ +#!/bin/sh + +URL=svn://repo.hu/pcb-rnd +#URL=svn://10.0.0.3/pcb-rnd + +#tmp=`mktemp -d` +tmp=/tmp/chgstat_graph +export trunk="$tmp/trunk" +mkdir -p $tmp + +for year in 2015 2016 2017 +do + for month in 1 2 3 4 5 6 7 8 9 10 11 12 + do + svn checkout "$URL/trunk" "$trunk" -r "{$year-$month-01}" >&2 + echo "$year-$month" + ./chgstat.sh + rm `find $trunk -name '*.blm'` + done +done | tee -a CHG.GR + Property changes on: chgstat_graph.sh ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property