From owner-freebsd-git@freebsd.org Thu Jul 9 11:34:22 2020 Return-Path: Delivered-To: freebsd-git@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 68A1836782A for ; Thu, 9 Jul 2020 11:34:22 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2a05:fc87:1:5::15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "www.spoerlein.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B2Yws6zqjz3dNv; Thu, 9 Jul 2020 11:34:21 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: from localhost (acme.spoerlein.net [IPv6:2a05:fc87:1:5:0:0:0:15]) by acme.spoerlein.net (8.15.2/8.15.2) with ESMTPS id 069BYDAp070440 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 9 Jul 2020 13:34:13 +0200 (CEST) (envelope-from uqs@freebsd.org) Date: Thu, 9 Jul 2020 13:34:13 +0200 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: freebsd-git@freebsd.org, clusteradm@freebsd.org Subject: svnsync discrepancies again Message-ID: <20200709113413.GD96323@acme.spoerlein.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 4B2Yws6zqjz3dNv X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:39540, ipnet:2a05:fc87::/32, country:CH] X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2020 11:34:22 -0000 Hi folks comparing my own output with what cgit produces has surfaced another diff in the ports SVN metadata, specifically a 2s delta on r530303 What I have in my SVN email (!) is this: Author: sunpoet Date: Thu Apr  2 12:03:10 2020 New Revision: 530303 URL: https://svnweb.freebsd.org/changeset/ports/530303 Clicking that link, I get to this metadata instead: Author: sunpoet Date: Thu Apr 2 12:03:12 2020 UTC (3 months ago) My local svnsync copy has: % svnlook info -r 530303 $PWD sunpoet 2020-04-02 14:03:10 +0200 (Thu, 02 Apr 2020) The copy on cgit has: % svn log -vc530303 file:///$PWD ------------------------------------------------------------------------ r530303 | sunpoet | 2020-04-02 12:03:12 +0000 (Thu, 02 Apr 2020) | 4 lines >From cgit (within the cluster): % svn log -c530303 https://svn.freebsd.org/ports ------------------------------------------------------------------------ r530303 | sunpoet | 2020-04-02 12:03:12 +0000 (Thu, 02 Apr 2020) | 4 lines >From a random machine (outside the cluster): % svn log -c530303 https://svn.freebsd.org/ports ------------------------------------------------------------------------ r530303 | sunpoet | 2020-04-02 14:03:10 +0200 (Thu, 02 Apr 2020) | 4 lines Why do we have garbage on svnweb.freebsd.org and why does a machine in the cluster get pointed to that host? Cheers Uli