From owner-freebsd-stable@freebsd.org Wed Feb 17 17:32:28 2021 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B30DA54AB32 for ; Wed, 17 Feb 2021 17:32:28 +0000 (UTC) (envelope-from mike@sentex.net) Received: from pyroxene2a.sentex.ca (pyroxene19.sentex.ca [IPv6:2607:f3e0:0:3::19]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "pyroxene.sentex.ca", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DglK766rKz3tWh for ; Wed, 17 Feb 2021 17:32:27 +0000 (UTC) (envelope-from mike@sentex.net) Received: from [IPv6:2607:f3e0:0:4:24d0:cb23:a2ec:9f4a] ([IPv6:2607:f3e0:0:4:24d0:cb23:a2ec:9f4a]) by pyroxene2a.sentex.ca (8.15.2/8.15.2) with ESMTPS id 11HHWPie008479 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO); Wed, 17 Feb 2021 12:32:26 -0500 (EST) (envelope-from mike@sentex.net) Subject: Re: git to svn update frequency ? To: Warner Losh Cc: FreeBSD-STABLE Mailing List References: <00480ddc-1c13-84a8-74be-b1b02d85e5f1@sentex.net> <19AE3892-55B4-4167-B10D-5BDF87218B95@gmail.com> From: mike tancsa Message-ID: <7d339ef3-50c9-512d-f598-6c6266ad8237@sentex.net> Date: Wed, 17 Feb 2021 12:32:27 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 In-Reply-To: <19AE3892-55B4-4167-B10D-5BDF87218B95@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 4DglK766rKz3tWh X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of mike@sentex.net designates 2607:f3e0:0:3::19 as permitted sender) smtp.mailfrom=mike@sentex.net X-Spamd-Result: default: False [0.52 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; NEURAL_SPAM_SHORT(0.52)[0.520]; FREEFALL_USER(0.00)[mike]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[2607:f3e0:0:3::19:from]; R_SPF_ALLOW(-0.20)[+ip6:2607:f3e0::/32]; MID_RHS_MATCH_FROM(0.00)[]; MIME_GOOD(-0.10)[text/plain]; HFILTER_HELO_IP_A(1.00)[pyroxene2a.sentex.ca]; HFILTER_HELO_NORES_A_OR_MX(0.30)[pyroxene2a.sentex.ca]; DMARC_NA(0.00)[sentex.net]; SPAMHAUS_ZRD(0.00)[2607:f3e0:0:3::19:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:11647, ipnet:2607:f3e0::/32, country:CA]; SUBJECT_ENDS_QUESTION(1.00)[]; MAILMAN_DEST(0.00)[freebsd-stable]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 17:32:28 -0000 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&id=42f7f5c5d22cc9e845e51a1f8a5b92573b8b3d2f, and nothing after that.     ---Mike