mike tancsa mike at sentex.net wrote on Thu Feb 18 10:33:14 UTC 2021 :> On 2/17/2021 12:10 PM, Warner Losh wrote: > > On Feb 17, 2021, at 6:05 AM, mike tancsa <mike at sentex.net> wrote: > >> I noticed on a box that I update RELENG_12 via git there are more > >> recent commits then if I use svnlite to track. Are they only > >> periodically updated ? If so, how frequently do they get refreshed ? > >> e.g. I see the new OpenSSL version in git, but not when I update via > >> svnlite. > > Yes. There is a lag for a number of reasons. The updates happen on a batched basis (it?s a script I wrote) and then there?s a delay in replication to the main subversion servers. I believe that the rate is on the scale of hourly, but lwhsu will have to answer that detail. > > > Hi Warner & Li-Wen, > > I think something might be broken somewhere ? The last update is > from ~ 36 hrs ago and there have been many commits to the git repo since > for RELENG_12. > > # svnlite update > Updating '.': > At revision 369283. > #You are referencing 12, not 13 . . . https://cgit.freebsd.org/src/log/?h=releng/12.0 shows the most recent releng/12.0 in git is from 2021-Jan-28: Commit message (Expand) Author Age Files Lines Add UPDATING entries and bump version.releng/12.0 Gordon Tetlow 2020-01-28 2 -1/+17 Are you confusing stable/12 and releng/12.0 or possibly releng/12.0 and releng/13.0 ? ==Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar)
On 2/18/2021 8:33 AM, Mark Millard wrote:> You are referencing 12, not 13 . . . > https://cgit.freebsd.org/src/log/?h=releng/12.0 > > shows the most recent releng/12.0 in git is from 2021-Jan-28: > > Commit message (Expand) Author Age Files Lines > Add UPDATING entries and bump version.releng/12.0 Gordon Tetlow 2020-01-28 2 -1/+17 > > > Are you confusing stable/12 and releng/12.0 or > possibly releng/12.0 and releng/13.0 ? >Hi Mark, ??? I track RELENG_12 stable (not 13) via svn still.? But I noticed on the cgit page there are more commits to 12 STABLE then when I update via svn If I try and update my sources via svn the last commit I get is https://cgit.freebsd.org/src/commit/?h=stable/12&id=42f7f5c5d22cc9e845e51a1f8a5b92573b8b3d2f # svnlite update Updating '.': At revision 369283. # #uname -a FreeBSD backup.sentex.ca 12.2-STABLE FreeBSD 12.2-STABLE #0 r369282M: Wed Feb 17 09:36:31 EST 2021???? mdtancsa at backup.sentex.ca:/usr/obj/usr/src/amd64.amd64/sys/server? amd64 On another RELENG12 machine if I do a git pull --ff-only I get what is reflected at https://cgit.freebsd.org/src/log/?h=stable/12 with several commits after the one by np ~ 43hrs ago ??? ---Mike
On 2021-Feb-18, at 05:33, Mark Millard <marklmi at yahoo.com> wrote:> mike tancsa mike at sentex.net wrote on > Thu Feb 18 10:33:14 UTC 2021 : > >> On 2/17/2021 12:10 PM, Warner Losh wrote: >>> On Feb 17, 2021, at 6:05 AM, mike tancsa <mike at sentex.net> wrote: >>>> I noticed on a box that I update RELENG_12 via git there are more >>>> recent commits then if I use svnlite to track. Are they only >>>> periodically updated ? If so, how frequently do they get refreshed ? >>>> e.g. I see the new OpenSSL version in git, but not when I update via >>>> svnlite. >>> Yes. There is a lag for a number of reasons. The updates happen on a batched basis (it?s a script I wrote) and then there?s a delay in replication to the main subversion servers. I believe that the rate is on the scale of hourly, but lwhsu will have to answer that detail. >>> >> Hi Warner & Li-Wen, >> >> I think something might be broken somewhere ? The last update is >> from ~ 36 hrs ago and there have been many commits to the git repo since >> for RELENG_12. >> >> # svnlite update >> Updating '.': >> At revision 369283. >> # > > You are referencing 12, not 13 . . . > > https://cgit.freebsd.org/src/log/?h=releng/12.0 > > shows the most recent releng/12.0 in git is from 2021-Jan-28: > > Commit message (Expand) Author Age Files Lines > Add UPDATING entries and bump version.releng/12.0 Gordon Tetlow 2020-01-28 2 -1/+17 > > > Are you confusing stable/12 and releng/12.0 or > possibly releng/12.0 and releng/13.0 ?Dumb of me to show releng/12.0 instead of releng/12.2 , I guess. But I luck out: releng/12.2 was only one day more recent . . . https://cgit.freebsd.org/src/log/?h=releng/12.2 shows: Commit message (Expand) Author Age Files Lines Add UPDATING entry and bump versionreleng/12.2 Ed Maste 2021-01-29 2 -1/+17 ==Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar)