/[webpac]/commit_chekouts.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /commit_chekouts.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 765 - (hide annotations)
Thu Aug 23 22:31:52 2007 UTC (16 years, 7 months ago) by dpavlin
File MIME type: application/x-sh
File size: 392 byte(s)
skip hidra

1 dpavlin 667 #!/bin/sh
2    
3     basedir=/data/webpac-
4    
5     find branches/ -type d -maxdepth 1 -mindepth 1 | grep -v .svn | cut -d\/ -f2 | while read name ; do
6     changed=`svn -q status && echo 1`
7     if [ "$changed" == '1' ] ; then
8     echo "commiting changes in $name"
9 dpavlin 765 if ! echo $name | grep 'hidra' ; then
10 dpavlin 764 cd "$basedir$name" && svn commit -m "local changes" || exit 1
11     fi
12 dpavlin 667 else
13     echo "no changes in $name"
14     fi
15     done

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26