From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3406 invoked by alias); 20 Jun 2013 15:17:03 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 3397 invoked by uid 89); 20 Jun 2013 15:17:03 -0000 X-Spam-SWARE-Status: No, score=-7.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 20 Jun 2013 15:17:02 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r5KFH0ki031114 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 20 Jun 2013 11:17:00 -0400 Received: from [10.3.113.51] (ovpn-113-51.phx2.redhat.com [10.3.113.51]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r5KFGxJX025062; Thu, 20 Jun 2013 11:16:59 -0400 Message-ID: <51C31CEA.2040208@redhat.com> Date: Thu, 20 Jun 2013 15:17:00 -0000 From: Jason Merrill User-Agent: Mozilla/5.0 (X11; Linux i686; rv:23.0) Gecko/20100101 Thunderbird/23.0a2 MIME-Version: 1.0 To: Andrew Sutton CC: Gabriel Dos Reis , gcc-patches@gcc.gnu.org Subject: Re: [c++-concepts] code review References: <51B0F122.6020301@redhat.com> <51B62961.1080409@redhat.com> <51B8A36C.1080005@redhat.com> <51BBC613.5040708@redhat.com> <51BF617D.3080101@redhat.com> <51C1BE59.6040400@redhat.com> <51C2FD43.8090209@redhat.com> <87bo716ia0.fsf@euclid.axiomatics.org> <51C30A3C.2040907@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-06/txt/msg01218.txt.bz2 On 06/20/2013 10:17 AM, Andrew Sutton wrote: > It looks like I should be able to switch directly to the c++-concepts > branch. Or is there some configuration that has to happen on the > remote site? The c++-concepts SVN branch won't come in with a clone; you need to add it to the fetch list with git config --add remote.origin.fetch refs/remotes/c++-concepts:refs/remotes/origin/c++-concepts Then you can check out a local branch based on it. > How will this change the workflow? What's the process for submitting > changes using git? That depends whether you want to keep it as an SVN branch or switch to a git-only branch. Both processes are documented in the wiki page: http://gcc.gnu.org/wiki/GitMirror#Commit_upstream_.28git-svn.29 http://gcc.gnu.org/wiki/GitMirror#Git-only_branches If it's unclear, please let me know so I can update the page. Jason