Re: git to svn update frequency ?

2021-02-18 Thread Warner Losh
On Thu, Feb 18, 2021 at 3:33 AM mike tancsa  wrote:

> On 2/17/2021 12:10 PM, Warner Losh wrote:
> > On Feb 17, 2021, at 6:05 AM, mike tancsa  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.
>

Li-Wen is looking into the breakage.

Warner
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: git to svn update frequency ?

2021-02-18 Thread mike tancsa
On 2/18/2021 11:08 AM, Mark Millard wrote:
> 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

Hi,

   Sorry, I think I am being too careless with the terms RELENG and
STABLE.  I am trying to track https://cgit.freebsd.org/src/log/?h=stable/12

#  svnlite info
Path: .
Working Copy Root Path: /usr/src
URL: svn://svn.freebsd.org/base/stable/12
Relative URL: ^/stable/12
Repository Root: svn://svn.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 369283
Node Kind: directory
Schedule: normal
Last Changed Author: np
Last Changed Rev: 369282
Last Changed Date: 2021-02-16 15:39:03 -0500 (Tue, 16 Feb 2021)

    ---Mike

>
> shows:
>
> Commit message (Expand)   Author  Age Files   Lines
> Add UPDATING entry and bump versionreleng/12.2Ed Maste
> 2021-01-29  2   -1/+17
>
>
> ===
> Mark Millard
> marklmi at yahoo.com
> ( dsl-only.net went
> away in early 2018-Mar)
>
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: git to svn update frequency ?

2021-02-18 Thread Mark Millard via freebsd-stable


On 2021-Feb-18, at 05:33, Mark Millard  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  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 Maste2021-01-29  
2   -1/+17


===
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: git to svn update frequency ?

2021-02-18 Thread mike tancsa
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=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
mdtan...@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



___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: git to svn update frequency ?

2021-02-18 Thread Mark Millard via freebsd-stable
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  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)

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: git to svn update frequency ?

2021-02-18 Thread mike tancsa
On 2/17/2021 12:10 PM, Warner Losh wrote:
> On Feb 17, 2021, at 6:05 AM, mike tancsa  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.
#

    ---Mike

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: git to svn update frequency ?

2021-02-17 Thread mike tancsa
On 2/17/2021 12:10 PM, Warner Losh wrote:
> On Feb 17, 2021, at 6:05 AM, mike tancsa  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.
>
Thanks Warner,

    Looks like its about 12hrs compared to git right now. The last
update in svn was
https://cgit.freebsd.org/src/commit/?h=stable/12=42f7f5c5d22cc9e845e51a1f8a5b92573b8b3d2f,
and nothing after that.

    ---Mike

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: git to svn update frequency ?

2021-02-17 Thread Warner Losh


> On Feb 17, 2021, at 6:05 AM, mike tancsa  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.

Warner
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


git to svn update frequency ?

2021-02-17 Thread mike tancsa
Hi

    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.

# svnlite update
Updating '.':
At revision 369282.

#

Thanks,

    ---Mike


___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"