From owner-freebsd-git@FreeBSD.ORG Wed Apr 22 02:03:33 2015 Return-Path: Delivered-To: freebsd-git@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 249F21B0; Wed, 22 Apr 2015 02:03:33 +0000 (UTC) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (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 CB2811AC9; Wed, 22 Apr 2015 02:03:32 +0000 (UTC) Received: by laat2 with SMTP id t2so164292228laa.1; Tue, 21 Apr 2015 19:03:30 -0700 (PDT) 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; bh=CxWGCagx5zPVrB/I1b3RJ3tYqWofweITmou4F00WQEY=; b=n0S1HeaRX/jvrERqdcR8Y7v9sln1eK/4VXan4Si47FtBgeNj8HA03lDwqKXtY73doJ Z5wS2VZ0ZytzqMGWDa515GpnzSM3CVTJpphL/AbwQdbVUzqExD5jOo2yWh8MIPLHPmbC Akk5qkSZmf5/98k27mrPV4crGHQbkFiXWDbfKlemNODwuXriWGU9fkNazvLhsGp0D8n6 1hijGfkTfbRwGewgTLlH0yHKxtbhS9Y8CkUTW0/HW6VyYIRvQKHkSaYN9FHx0aveRteX G3jAyIXHjTjbpbdoOYwCBDGAgSgmLwtWlL3tFXXdEgEfXJpcyjEjvwWtq/jK9gP9j+Be +Xvg== MIME-Version: 1.0 X-Received: by 10.112.132.9 with SMTP id oq9mr2496236lbb.26.1429668210632; Tue, 21 Apr 2015 19:03:30 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.164.38 with HTTP; Tue, 21 Apr 2015 19:03:30 -0700 (PDT) In-Reply-To: References: Date: Tue, 21 Apr 2015 19:03:30 -0700 X-Google-Sender-Auth: 8bYAosVjdkk1kQr_RahvenwQ4PM Message-ID: Subject: Re: "git mv" and "svn mv" preserved with git-svn? From: Craig Rodrigues To: freebsd-git@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Wed, 22 Apr 2015 02:03:33 -0000 On Tue, Apr 21, 2015 at 5:53 PM, Craig Rodrigues wrote: > > If someone submits a github pull request that does "git mv", > will these translate properly to "svn mv" if the following workflow is > followed? > > > https://wiki.freebsd.org/GitWorkflow#Using_git-svn_.28FreeBSD_committers_only.29 > > Specifically, I am looking at this: > https://github.com/freebsd/freebsd/pull/28 > > -- > Craig > Stackoverflow says that "git mv" should be preserved as "svn mv" with "git svn dcommit": http://stackoverflow.com/questions/5652521/does-git-svn-handle-moved-files but I just wanted to verify with someone else before I try it. -- Craig