jablonka.czprosek.czf

sedlo

Subversion Repositories:
[/] [branches/] [feedsvnsedlo] - Blame information for rev 26

 

Line No. Rev Author Line
119simandl#!/bin/bash
2 
3working="sedlowork";
4history="sedlo";
5name="sedlo";
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/sedlo\/sedlo-//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