/[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 667 by dpavlin, Tue Feb 15 23:58:13 2005 UTC revision 764 by dpavlin, Sun Feb 4 14:16:15 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                  cd "$basedir$name" && svn commit -m "local changes" || exit 1                  if [ '$name' != 'hidra' ] ; then
10                            cd "$basedir$name" && svn commit -m "local changes" || exit 1
11                    fi
12          else          else
13                  echo "no changes in $name"                  echo "no changes in $name"
14          fi          fi

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

  ViewVC Help
Powered by ViewVC 1.1.26