/[soft]/i18n-tools/check_for_translation_work.sh
ViewVC logotype

Diff of /i18n-tools/check_for_translation_work.sh

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

revision 5369 by remmy, Thu Aug 16 06:27:05 2012 UTC revision 5370 by remmy, Thu Aug 16 10:26:33 2012 UTC
# Line 7  Line 7 
7  #  #
8  # Filip Komar, 2012  # Filip Komar, 2012
9  # Remco Rijnders, 2012  # Remco Rijnders, 2012
10    # $Id$
11  #  #
12  # Please see SVN for a list of changes to this script.  # Please see SVN for a list of changes to this script.
13  #  #
# Line 101  EOF Line 102  EOF
102          exit          exit
103  fi  fi
104    
105    # Check if a newer version of this script is available. If yes, show the changes.
106    my_version=`echo "$Revision$" | cut -d" " -f2`
107    svn_version=`svn info svn://svn.mageia.org/svn/soft/i18n-tools/check_for_translation_work.sh | grep Revision: | cut -c11-`
108    
109    if [ $my_version -lt $svn_version ]; then
110            echo "You are running revision $my_version of this script, while $svn_version is available on SVN."
111            echo "You may consider updating. Changes are:"
112            svn log -r $my_version:$svn_version svn://svn.mageia.org/svn/soft/i18n-tools/check_for_translation_work.sh
113    fi
114    
115  # if you do have svn commit access, change the protocol from svn:// to svn+ssh://USERNAME@ in the projects array for easier committing...  # if you do have svn commit access, change the protocol from svn:// to svn+ssh://USERNAME@ in the projects array for easier committing...
116  declare -A projects  declare -A projects
117  declare -A web_pages  declare -A web_pages

Legend:
Removed from v.5369  
changed lines
  Added in v.5370

  ViewVC Help
Powered by ViewVC 1.1.30