Am 13.02.21 um 13:11 schrieb aleksander.baranowski via CentOS-devel:
Hi,
The newest RHEL sources are subversion-1.10.2-3.module+el8.3.0+6671+2675c974.src.rpm and it's imported into CentOS git. CentOS team also rebuild subversion to this version https://koji.mbox.centos.org/koji/buildinfo?buildID=11824
But as you noticed the version for some reason is not available in the repositories for some reason. I thought that maybe your are using old mirror or something, but http://mirror.centos.org/centos-8/8/AppStream/x86_64/os/Packages/ also has older version.
In the very same time the CentOS stream has version you are looking for: http://mirror.centos.org/centos/8-stream/AppStream/x86_64/os/Packages/
Yeah - but the CentOS Linux version was never build:
Take a look at the timestamps:
For CentOS Stream
2020-Jul-08 https://koji.mbox.centos.org/koji/buildinfo?buildID=11824 http://mirror.centos.org/centos/8-stream/AppStream/x86_64/os/Packages/
For CentOS Linux
2020-Nov-03 https://access.redhat.com/errata/RHSA-2020:4712
2020-Nov-04 https://bugzilla.redhat.com/show_bug.cgi?id=1733088#c17
2020-Nov-06 $ git log --author "CentOS Sources" --since=2020-11-01
commit 6ec2cdc176338ef17609b144df9fc231af2f5f32 (HEAD, tag: imports/c8-stream-1.10/subversion-1.10.2-3.module+el8.3.0+6671+2675c974, origin/c8-stream-1.10, c8-stream-1.10) Author: CentOS Sources bugs@centos.org Date: Fri Nov 6 08:54:57 2020 -0500 import subversion-1.10.2-3.module+el8.3.0+6671+2675c974
Assumption: Maybe the centos build process does not take into account that
$ git branch -r|grep c8 origin/c8 origin/c8-beta-stream-1.10 origin/c8-stream-1.1 origin/c8-stream-1.10 origin/c8s-stream-1.10 origin/c8s-stream-1.14
a c8 branch exits where it shouldn't because its part of a stream?
-- Leon