#!/bin/bash
working="wifimonwork";
history="wifimon";
name="wifimon";
#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/wifimon\/wifimon-//g'`
  comment="Verze $comment";
  #echo $comment;
  echo "cp $file $working/$name"
  echo "svn status $working"
  echo "svn commit $working -m \"$comment\""
done
   
      
       
      
      
      
      
      
         WebSVN
            - wifimon
            - Blame
               - Rev 40
            - /branches/feedsvnwifimon
      
      
	
	
  
    wifimon | 
    Subversion Repositories:  | 
  
[/] [branches/] [feedsvnwifimon] - Blame information for rev 40
 
 
      Powered by WebSVN 2.2.1