Updates to check-po script.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39108 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2011-06-16 15:35:42 +00:00
parent ca8eefc39c
commit 7ea412465c

View 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 .;