]> git.lyx.org Git - lyx.git/commitdiff
Updates to check-po script.
authorRichard Heck <rgheck@comcast.net>
Thu, 16 Jun 2011 15:35:42 +0000 (15:35 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 16 Jun 2011 15:35:42 +0000 (15:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39108 a592a061-630c-0410-9148-cb99ea01b6c8

development/tools/check-po.sh

index 59cc1cc551eead0deaf6824ed8cfb7c953e4b841..9aa662ceb757b17135d3c188bfed79ed52c54e6c 100644 (file)
@@ -83,19 +83,18 @@ if [ "$VCS" = "svn" ]; then
   $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 .;