From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vitor Antunes Subject: Re: git p4 clone not processing branches properly Date: Mon, 8 Jul 2013 14:43:40 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: Git Mailing List To: Matthieu Brucher , Pete Wyckoff X-From: git-owner@vger.kernel.org Mon Jul 08 15:44:18 2013 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UwBjl-0005a0-QK for gcvg-git-2@plane.gmane.org; Mon, 08 Jul 2013 15:44:18 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752474Ab3GHNoN (ORCPT ); Mon, 8 Jul 2013 09:44:13 -0400 Received: from mail-ie0-f177.google.com ([209.85.223.177]:45880 "EHLO mail-ie0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752152Ab3GHNoL (ORCPT ); Mon, 8 Jul 2013 09:44:11 -0400 Received: by mail-ie0-f177.google.com with SMTP id aq17so9822012iec.22 for ; Mon, 08 Jul 2013 06:44:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=KmVBk1sJUZhEZ+k12CHvPMcBqZQumhDNtGbtvlLSMRw=; b=awM3UG5ac7ATL3gxWdnvRt97ari3z7nlJXrUWLlfJoJAT7upes5kKFIYIp3kDrPkZs NKAzS4O5Oy7ahK39QtU43s6c7iSEJ3CYgGT/g5uxQLQZHIhTuW9UFHLGdU8qR+MW7/p1 2AhWAGdXR/MDlPFLV3IqSGTQWh9kq7fGT2NujBIipjdU5d6+enrM3N2cFK1CDNF2Y1EI 25vLhvXJ/zq98dE7lQRSPoOMSXbIGxcNRdwcxjbBENegnM70puRJ8g6njU4LSdAG24FD JqH8jduwMEpMum4+br/S67V3STV/opg2XBBeXFZPqsGE2sObQCn+yj+A0RUpSBvabqYx 5gTA== X-Received: by 10.43.74.74 with SMTP id yv10mr7270136icb.67.1373291051253; Mon, 08 Jul 2013 06:44:11 -0700 (PDT) Received: by 10.64.21.103 with HTTP; Mon, 8 Jul 2013 06:43:40 -0700 (PDT) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Mon, Jul 8, 2013 at 12:10 PM, Matthieu Brucher wrote: > Without the spec client, it seems that the branches are recognized, > but there are some many binary files that I need to remove them during > the migration. > I tried setting a .gitignore beforehand, but it is not respected (I > tried to remove some folders with folder/ in .gitignore, but the > folder are still imported). > It there a switch for the import somewhere? Hi Matthieu, Unfortunately I've never tested the branch detection together with spec configuration. But there is a test case for it in the code that refers to the following question in StackOverflow: http://stackoverflow.com/questions/11893688 Could you also tell us which version of git you are using? Pete, maybe you can help Matthieu further on this question? Thanks, Vitor