Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1Y0jML-0007jh-5Q for pgsql-committers@arkaria.postgresql.org; Tue, 16 Dec 2014 04:03:41 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.80) (envelope-from ) id 1Y0jMK-000114-6U for pgsql-committers@arkaria.postgresql.org; Tue, 16 Dec 2014 04:03:40 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1Y0jMI-0000yR-7A for pgsql-committers@postgresql.org; Tue, 16 Dec 2014 04:03:38 +0000 Received: from outmail148098.authsmtp.com ([62.13.148.98]) by magus.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1Y0jMD-0005Km-95 for pgsql-committers@postgresql.org; Tue, 16 Dec 2014 04:03:37 +0000 Received: from mail-c237.authsmtp.com (mail-c237.authsmtp.com [62.13.128.237]) by punt17.authsmtp.com (8.14.2/8.14.2/) with ESMTP id sBG43Ttb017641; Tue, 16 Dec 2014 04:03:29 GMT Received: from alvin.alvh.no-ip.org (pc-144-132-215-201.cm.vtr.net [201.215.132.144]) (authenticated bits=0) by mail.authsmtp.com (8.14.2/8.14.2/) with ESMTP id sBG43OrD048950; Tue, 16 Dec 2014 04:03:26 GMT Received: by alvin.alvh.no-ip.org (Postfix, from userid 1000) id 11FD7779; Tue, 16 Dec 2014 01:03:35 -0300 (CLST) Date: Tue, 16 Dec 2014 01:03:35 -0300 From: Alvaro Herrera To: Euler Taveira Cc: Peter Eisentraut , pgsql-committers@postgresql.org Subject: Re: pgsql: Translation updates Message-ID: <20141216040334.GS1768@alvh.no-ip.org> References: <548EDD34.4060806@timbira.com.br> <548F047E.4010900@gmx.net> <548F0A57.4040105@timbira.com.br> <548F4FEF.3000508@gmx.net> <548F5299.4080500@timbira.com.br> <548F92AE.3040504@gmx.net> <20141216020731.GR1768@alvh.no-ip.org> <548F9616.1080104@timbira.com.br> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <548F9616.1080104@timbira.com.br> User-Agent: Mutt/1.5.23 (2014-03-12) X-Server-Quench: 7d18d070-84d8-11e4-9f74-002590a135d3 X-AuthReport-Spam: If SPAM / abuse - report it at: http://www.authsmtp.com/abuse X-AuthRoute: OCdxZQATClZcSBoa BzkeAQdJTRslYBtL RB4bawxAL0wMSABN M15eIxoIcUtFGxZ1 VjUUWVRVVE1xXWl1 aABTaktfYktQXQRv TklKQExTEAF3BBQG GR5QEWsFcwY5Ogpw YU5rW3AVXUB5dUEz RRpVHTkGYmd9YGRL WF1ZdlZQbQoceRtY alB9UXoNMGQEYy5j CTU+bXgCFhJ6DQVp fiw3FmdaWUkQBzpu DywYFDM0GUQZRiI1 ZwE+JlcAEV15 X-Authentic-SMTP: 61633235383639.1024:706 X-AuthFastPath: 0 (Was 255) X-AuthSMTP-Origin: 201.215.132.144/587 X-AuthVirus-Status: No virus detected - but ensure you scan with your own anti-virus system. X-Pg-Spam-Score: 1.8 (+) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-committers Precedence: bulk Sender: pgsql-committers-owner@postgresql.org Euler Taveira wrote: > On 15-12-2014 23:07, Alvaro Herrera wrote: > > Peter Eisentraut wrote: > >> On 12/15/14 4:28 PM, Euler Taveira wrote: > >>> On 15-12-2014 18:17, Peter Eisentraut wrote: > > > >>>> The files messages/pt_BR/initdb.po and > >>>> postgresql/src/bin/initdb/po/pt_BR.po are identical, so I think there is > >>>> nothing new to copy. > >>>> > >>> And the other ones? > >> > >> I didn't check the other ones. Are they not up to date? > > > > Well, they are now, because I committed some updates. But as Tom > > noticed, one commit was missing too, which is odd. Can we have the > > postgresql.git commit message carry the pgtranslation/messages.git > > commit ID perhaps? > > > I committed [1] a few hours ago and it is not the last commit in master. > Perhaps you did not 'git pull' my last commit and copy those other > spanish po files from elsewhere? > > [1] > http://git.postgresql.org/gitweb/?p=pgtranslation/messages.git;a=commit;h=af90b2e25e8327ba3fd7e1a6c795da63f9b0c7d3 Oh, I think I see my mistake --- I have several checked-out copies, one which is the workspace for each branch (so I have messages-master and messages-9.3-branch, etc back to 9.0) and a main one that receives all the branch-specific updates before I push. Apparently what happened is that I created the final commit in messages-master and then pushed to postgresql.git repo from there, and only later I ran the git push to the main one "messages", where I found the commit you had just created. This is very similar to what I do for the postgresql.git repo (where I have one workspace per branch, plus one additional workspace for each major development project I have), and one "main" copy that's the one that get updates from gitmaster, the one I push onto, and from where I push onto gitmaster. The one difference is that in postgresql.git I have a "bare mirror" repo (git clone --mirror). I think that reduces the likelyhood that I make mistakes of the sort I just made. If we had a pgtranslation/messages.git commit ID in the postgresql.git commit message, we could see whether this is what happened. In messages-master, I have this sequence of commits: 8<-------- 8<-------- 8<-------- 8<-------- 8<-------- 8<-------- commit 4853d024694af32257cf061ff4f214d9dca5f106 Author: Alvaro Herrera Date: Mon Dec 15 16:56:06 2014 -0300 es: update pg_ctl, plpython, pg_resetxlog, postgres from Carlos Chapi, Martín Marqués, Álvaro Herrera commit 942efe00950e3c642e9a1b8b85852cfd15e24160 Author: Alvaro Herrera Date: Mon Dec 15 15:22:09 2014 -0300 es: update ecpg, psql, plpgsql, pgscripts 8<-------- 8<-------- 8<-------- 8<-------- 8<-------- 8<-------- whereas in messages (the main copy) it's 8<-------- 8<-------- 8<-------- 8<-------- 8<-------- 8<-------- commit f1f61b527d2b9aee9b636fdb8e133a3cb37afe27 Author: Alvaro Herrera Date: Mon Dec 15 16:56:06 2014 -0300 es: update pg_ctl, plpython, pg_resetxlog, postgres from Carlos Chapi, Martín Marqués, Álvaro Herrera commit af90b2e25e8327ba3fd7e1a6c795da63f9b0c7d3 Author: Euler Taveira Date: Mon Dec 15 17:40:00 2014 -0300 pt_BR: translation update commit 942efe00950e3c642e9a1b8b85852cfd15e24160 Author: Alvaro Herrera Date: Mon Dec 15 15:22:09 2014 -0300 es: update ecpg, psql, plpgsql, pgscripts 8<-------- 8<-------- 8<-------- 8<-------- 8<-------- 8<-------- Note the different commit ID of the first (most recent) commit, but same timestamp; and your update in the middle which is lacking in the other one. I prolly had to "git rebase". -- Álvaro Herrera http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers