SVN Commit by dpage: r4329 - trunk/www/pgadmin3/locale
От | svn@pgadmin.org |
---|---|
Тема | SVN Commit by dpage: r4329 - trunk/www/pgadmin3/locale |
Дата | |
Msg-id | 200506222017.j5MKH0Ul014034@developer.pgadmin.org обсуждение исходный текст |
Список | pgadmin-hackers |
Author: dpage Date: 2005-06-22 21:17:00 +0100 (Wed, 22 Jun 2005) New Revision: 4329 Modified: trunk/www/pgadmin3/locale/stringmerge.sh Log: Update for SVN Modified: trunk/www/pgadmin3/locale/stringmerge.sh =================================================================== --- trunk/www/pgadmin3/locale/stringmerge.sh 2005-06-22 10:29:55 UTC (rev 4328) +++ trunk/www/pgadmin3/locale/stringmerge.sh 2005-06-22 20:17:00 UTC (rev 4329) @@ -11,8 +11,8 @@ # ####################################################################### -cd /home/jmpoure/projects/pgadmin/www/pgadmin3 -cvs update -C -P -d +cd /var/www/www.pgadmin.org +svn update cd locale if test -f pgadmin3_website.pot; then @@ -23,9 +23,9 @@ msgmerge --update pgadmin3_website.po ../../pgadmin3_website.pot echo "Compiling pgadmin3.mo" msgfmt -o pgadmin3_website.mo pgadmin3_website.po - echo "Committing changes to CVS." - cvs commit -m "Automatic merge using stringmerge script." pgadmin3_website.po - cvs commit -m "Automatic merge using stringmerge script." pgadmin3_website.mo + echo "Committing changes to SVN." + svn commit -m "Automatic merge using stringmerge script." pgadmin3_website.po + svn commit -m "Automatic merge using stringmerge script." pgadmin3_website.mo cd ../.. done fi
В списке pgadmin-hackers по дате отправления: