From owner-freebsd-current@freebsd.org Fri Nov 6 20:51:13 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6E8FA28D9F; Fri, 6 Nov 2015 20:51:13 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from mail-lf0-x234.google.com (mail-lf0-x234.google.com [IPv6:2a00:1450:4010:c07::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 309981C1B; Fri, 6 Nov 2015 20:51:13 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: by lffz63 with SMTP id z63so9909219lff.0; Fri, 06 Nov 2015 12:51:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=oj/wbwDTPeF8eUAaR1SCFudo95UCsSsVcyeXrUe5zwo=; b=OpKj/56ABPvhj63V94ML7DikVaEfAxWK2uoKTyp6DTXTfCF/DMYCClApAobDbuA2V3 HXk37fz5qt5pYUJ05S/LZCWWrh6kYecpNWOBwfD6GtTIkEI6siGVaxQFwm1AJZ6iJ75i MYuqKvlV/Kc9aFClzkyk5UwHLafDGhvLdASW6q338wMH82C9YAVTW3lpsxZ53qpG7vvP PWKXw9mMOXEeeUi6PbshMvaWFTi8BKL5RnbPSWlsVwlJZHAqCLs0QUduuHv9GDtdW2LO yJEHCao3WtxmIVCzmJPYFR8AzTj3Qd2zHNeRa8md7PoDD6fdTw4z05WV0TuNtIpG0C0o /52w== MIME-Version: 1.0 X-Received: by 10.25.13.74 with SMTP id 71mr4872821lfn.113.1446843070258; Fri, 06 Nov 2015 12:51:10 -0800 (PST) Sender: uspoerlein@gmail.com Received: by 10.25.144.136 with HTTP; Fri, 6 Nov 2015 12:51:10 -0800 (PST) In-Reply-To: References: Date: Fri, 6 Nov 2015 21:51:10 +0100 X-Google-Sender-Auth: bW671EnMa-XuChz7PG844SLyTJM Message-ID: Subject: Re: FYI: SVN to GIT converter currently broken, github is falling behind From: =?UTF-8?Q?Ulrich_Sp=C3=B6rlein?= To: freebsd-git@freebsd.org, freebsd-current@freebsd.org Cc: git-admin@freebsd.org, Ed Maste Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2015 20:51:13 -0000 2015-11-05 15:46 GMT+01:00 Ulrich Sp=C3=B6rlein : > 2015-11-04 18:57 GMT+01:00 Ulrich Sp=C3=B6rlein : >> The recent SVN update on the cluster broke svn2git in certain circumstan= ces. >> >> To fix this and make sure no content was dropped, the converter has >> been stopped and we're working on bringing a fixed version online, as >> well as vetting the correctness of the published git repositories. >> >> ETA is currently unknown, expect an update to this thread within 24h. >> Sorry for the inconvenience! >> >> Uli, on behalf of git-admin > > An independent run of the converter produces a different git > repository starting at the commit following this one: > https://github.com/freebsd/freebsd/commit/bf66c97c4a64e64410bf0223d221a54= ca9555f52 > > This is from 9d ago and will likely require a force push to github > that will necessitate people to rebase or merge there work (a > fast-forward merge will fail). > > This is the preliminary inspection and a third verification run is > currently underway. Expect another update within 24h. > > Uli We've rolled back to SVN 1.8 and have resumed normal operations. We're still working on getting svn2git to work nice with SVN 1.9 and produce the same repository checksums. Sorry for the inconvenience! Uli