svnsync discrepancies again

Ulrich Spörlein uqs at freebsd.org
Thu Jul 9 11:34:22 UTC 2020


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


More information about the freebsd-git mailing list