#!/bin/bash working="qoswork"; history="qos"; name="qos_base"; #echo $working $history; for file in $history/$name* do # echo $file; comment=`echo $file | awk -F "_" '{print $2,$3,$4,$5,$6,$7,$8}'` comment=`echo $file | sed 's/qos\/qos_base-//g'` comment="Verze $comment"; #echo $comment; echo "cp $file $working/$name" echo "svn status $working" echo "svn commit $working -m \"$comment\"" done WebSVN - qos - Blame - Rev 33 - /trunk/tools/feedsvnqos
  jablonka.czprosek.czf

qos

Subversion Repositories:
[/] [trunk/] [tools/] [feedsvnqos] - Blame information for rev 33

 

Line No. Rev Author Line

Powered by WebSVN 2.2.1