Received: from localhost (unknown [200.46.204.182]) by postgresql.org (Postfix) with ESMTP id 4714D9FA5B6 for ; Sat, 27 Oct 2007 04:27:52 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.182]) (amavisd-maia, port 10024) with ESMTP id 41559-04 for ; Sat, 27 Oct 2007 04:27:40 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by postgresql.org (Postfix) with ESMTP id 129979FA582 for ; Sat, 27 Oct 2007 04:27:47 -0300 (ADT) Received: from dynamic.hagander.net ([127.0.0.1]) (encrypted and authenticated) by svr2.hagander.net (Postfix) with ESMTP id 04BA7DCC977; Sat, 27 Oct 2007 09:27:45 +0200 (CEST) Message-ID: <4722E85E.6010202@hagander.net> Date: Sat, 27 Oct 2007 09:27:26 +0200 From: Magnus Hagander User-Agent: Thunderbird 2.0.0.6 (X11/20070728) MIME-Version: 1.0 To: Tom Lane CC: pgsql-www@postgreSQL.org Subject: Re: Strange anoncvs sync behavior References: <8844.1193464744@sss.pgh.pa.us> In-Reply-To: <8844.1193464744@sss.pgh.pa.us> X-Enigmail-Version: 0.95.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200710/152 X-Sequence-Number: 12739 Tom Lane wrote: > Over an hour ago, Marc applied a "cvs tag" operation to the master CVS > repository. I saw it immediately in local "cvs log" queries, but it > didn't propagate to anoncvs AFAICS, because the cvsweb server never > showed it. After I applied a post-tag commit > (src/backend/optimizer/path/pathkeys.c a few minutes ago), the BETA2 > tag showed up in cvsweb almost immediately. > > This might have been some weird timing glitch, but what it looked like > to me was that the anoncvs update trigger doesn't recognize tag > operations. Is that accurate? Is it fixable? Yes, on both accounts. Now that you mention it I see that actually sitting in my TODO queue - it's pending the work that Marc was doing on the tagging scripts to deal first with permissions and then with emails. I assume he's now either done or buried the projects (IIRC the permissions part was buried since we didn't really want it), but I forgot to bump it on my TODO. It's now bumped, I'll make sure it happens. //Magnus