SVN Commit by dpage: r4329 - trunk/www/pgadmin3/locale

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4329 - trunk/www/pgadmin3/locale
Date: 2005-06-22 20:17:00
Message-ID: 200506222017.j5MKH0Ul014034@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2005-06-22 20:17:22 SVN Commit by dpage: r4331 - trunk/www/pgadmin3/locale/af_ZA/LC_MESSAGES
Previous Message svn 2005-06-22 10:29:55 SVN Commit by dpage: r4328 - branches/REL-1_2_0_PATCHES/pgadmin3