jablonka.czprosek.czf

qos

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

 

Line No. Rev Author Line
116simandl#!/bin/bash
2 
3working="qoswork";
4history="qos";
5name="qos_base";
6 
7#echo $working $history;
8 
9for file in $history/$name*
10do
11# echo $file;
12 comment=`echo $file | awk -F "_" '{print $2,$3,$4,$5,$6,$7,$8}'`
13 comment=`echo $file | sed 's/qos\/qos_base-//g'`
14 comment="Verze $comment";
15 #echo $comment;
16 echo "cp $file $working/$name"
17 echo "svn status $working"
18 
19 echo "svn commit $working -m \"$comment\""
20done

Powered by WebSVN 2.2.1