From owner-freebsd-git@freebsd.org Fri Nov 20 23:36:57 2015 Return-Path: Delivered-To: freebsd-git@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 783E0A337EC; Fri, 20 Nov 2015 23:36:57 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-lf0-x236.google.com (mail-lf0-x236.google.com [IPv6:2a00:1450:4010:c07::236]) (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 F27B411F6; Fri, 20 Nov 2015 23:36:56 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by lffu14 with SMTP id u14so78627930lff.1; Fri, 20 Nov 2015 15:36:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=NJtpiahb9P1+y1b0QYFrpUEFxoE9/ipyXTNuYXdRCY4=; b=Du9GDhdji3oJnNhPWXexN5kNuZaVAgETQk1H6c/+aMbA8++3L7jq7+aIFJr6by/UGn a4E8uoVTZcfQU6X0Az7NMn9OD5Sfmtr7PzIzLCsASpbp+ym7hOt7IVitmSjCCfbcR5r5 DfmAuCR66Q4Hw3Rz/wlHaCIUfXrPGK6RpECI+PtoOfcn1F8hd401Q9PjFsHDGqL2nrie L717Z6E2KiYfDW6htruYbqpomirP/nfSWsum0nzj+VZ0YL0uMPkeGgCE+JtLW6V4Djpi JaR2qb9PiMEx34GlhO+kV5SY54VxNciHVGlXK5kX67KTNnCOR2EhmvHT5hX39D0p4cET udjg== MIME-Version: 1.0 X-Received: by 10.25.1.205 with SMTP id 196mr5740504lfb.21.1448062614915; Fri, 20 Nov 2015 15:36:54 -0800 (PST) Received: by 10.112.219.9 with HTTP; Fri, 20 Nov 2015 15:36:54 -0800 (PST) In-Reply-To: <56437EE6.7080802@mu.org> References: <563EAAB8.5020702@freebsd.org> <56437EE6.7080802@mu.org> Date: Fri, 20 Nov 2015 15:36:54 -0800 Message-ID: Subject: Re: FYI: SVN to GIT converter currently broken, github is falling behind From: NGie Cooper To: =?UTF-8?Q?Ulrich_Sp=C3=B6rlein?= Cc: "freebsd-git@freebsd.org" , FreeBSD-Current , "git-admin@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.20 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, 20 Nov 2015 23:36:57 -0000 Hi Ulrich, This might be one of the reasons why the git converter was broken recently: https://reviews.reviewboard.org/r/7617/diff (it seems that svn is now reporting "nonexistent" for new files instead of "Revision 0"). It broke rbt with svn 1.9 :(... Thanks! -NGie