/[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

Diff of /commit_chekouts.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 764 by dpavlin, Sun Feb 4 14:16:15 2007 UTC revision 765 by dpavlin, Thu Aug 23 22:31:52 2007 UTC
# Line 6  find branches/ -type d -maxdepth 1 -mind Line 6  find branches/ -type d -maxdepth 1 -mind
6          changed=`svn -q status && echo 1`          changed=`svn -q status && echo 1`
7          if [ "$changed" == '1' ] ; then          if [ "$changed" == '1' ] ; then
8                  echo "commiting changes in $name"                  echo "commiting changes in $name"
9                  if [ '$name' != 'hidra' ] ; then                  if ! echo $name | grep 'hidra' ; then
10                          cd "$basedir$name" && svn commit -m "local changes" || exit 1                          cd "$basedir$name" && svn commit -m "local changes" || exit 1
11                  fi                  fi
12          else          else

Legend:
Removed from v.764  
changed lines
  Added in v.765

  ViewVC Help
Powered by ViewVC 1.1.26