Author: rgheck
Date: Thu Jun 16 17:35:42 2011
New Revision: 39108
URL: http://www.lyx.org/trac/changeset/39108

Log:
Updates to check-po script.

Modified:
   lyx-devel/trunk/development/tools/check-po.sh

Modified: lyx-devel/trunk/development/tools/check-po.sh
==============================================================================
--- lyx-devel/trunk/development/tools/check-po.sh       Thu Jun 16 17:33:49 
2011        (r39107)
+++ lyx-devel/trunk/development/tools/check-po.sh       Thu Jun 16 17:35:42 
2011        (r39108)
@@ -83,19 +83,18 @@
   $DEBUG svn ci *.po;
 else
   $DEBUG git commit *.po -m "Remerge strings.";
-  $DEBUG git svn dcommit;
+  # I think probably we shouldn't try to push/commit to remote.
+  echo "You will need to commit changes to po files manually."
 fi
 
-exit 1;
-
 if ! cd $FARM; then
   echo "Unable to cd to $FARM!";
   exit 1;
 fi
-
 echo
 echo Updating the www-user tree...
-svn up
+# note that we're assuming this one is svn.
+svn up >/dev/null 2>&1;
 
 echo Copying $I18NFILE...;
 cp $LYXROOT/po/$I18NFILE .;

Reply via email to