From owner-freebsd-git@freebsd.org Fri Jul 10 16:27:48 2020 Return-Path: Delivered-To: freebsd-git@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 4917136D3D7 for ; Fri, 10 Jul 2020 16:27:48 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B3JP01Bl9z4nhQ; Fri, 10 Jul 2020 16:27:48 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qt1-f176.google.com (mail-qt1-f176.google.com [209.85.160.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 082742E6FC; Fri, 10 Jul 2020 16:27:48 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qt1-f176.google.com with SMTP id a32so4883831qtb.5; Fri, 10 Jul 2020 09:27:48 -0700 (PDT) X-Gm-Message-State: AOAM532mDcZ0rdIrbrxePCVUsuNaZ+B9iy/IMjp4ojL3sBtv6K6/i+Nr mVKfv1sjd9noMlhK0R0zT+g5AAg6xRPn9MrqwB4= X-Google-Smtp-Source: ABdhPJyPhUNgpG/rFK3vwFwTdxVYN4jhfUkMoVYQSvccarXsKm+THfY2/03rEcPbQc4hF6eM7HyswkJy95NftlxcuO8= X-Received: by 2002:ac8:3637:: with SMTP id m52mr73668862qtb.53.1594398467536; Fri, 10 Jul 2020 09:27:47 -0700 (PDT) MIME-Version: 1.0 References: <20200709142053.GA60652@exodus.zi0r.com> <20200709165824.GE96323@acme.spoerlein.net> In-Reply-To: From: Kyle Evans Date: Fri, 10 Jul 2020 11:27:35 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svnsync discrepancies again To: Ed Maste Cc: =?UTF-8?Q?Ulrich_Sp=C3=B6rlein?= , Ryan Steinmetz , freebsd-git@freebsd.org, "FreeBSD.org clusteradm" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2020 16:27:48 -0000 On Thu, Jul 9, 2020 at 2:47 PM Ed Maste wrote: > [... snip ...] > > - where is the actual canonical source of our SVN and > > - how can I get access to it from both a machine inside the cluster as > > well as outside? > > Having access to a SVN repository that's guaranteed to have the > correct data and metadata is a requirement for the svn-git migration > process. so I hope someone can answer those two shortly. Alright, perhaps a silly question, but can this be done via svn+ssh directly to repo.f.o? It'd need some coordination to work at all, but that's surely the most reliable. Thanks, Kyle Evans