Date: Thu, 9 Jul 2020 13:34:13 +0200 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= <uqs@freebsd.org> To: freebsd-git@freebsd.org, clusteradm@freebsd.org Subject: svnsync discrepancies again Message-ID: <20200709113413.GD96323@acme.spoerlein.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200709113413.GD96323>