/[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 764 - (hide annotations)
Sun Feb 4 14:16:15 2007 UTC (17 years, 2 months ago) by dpavlin
File MIME type: application/x-sh
File size: 387 byte(s)
don't commit 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 764 if [ '$name' != 'hidra' ] ; then
10     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