From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: Re: organizing multiple repositories with dependencies Date: Tue, 17 Apr 2012 12:51:02 -0500 Message-ID: References: <1334568432.53977.YahooMailNeo@web65906.mail.ac4.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: Git Users To: Hilco Wijbenga X-From: git-owner@vger.kernel.org Tue Apr 17 19:51:17 2012 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 1SKCYc-00068E-FA for gcvg-git-2@plane.gmane.org; Tue, 17 Apr 2012 19:51:14 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753330Ab2DQRvJ (ORCPT ); Tue, 17 Apr 2012 13:51:09 -0400 Received: from exprod6og112.obsmtp.com ([64.18.1.29]:33470 "EHLO exprod6og112.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752055Ab2DQRvI (ORCPT ); Tue, 17 Apr 2012 13:51:08 -0400 Received: from CFWEX01.americas.cray.com ([136.162.34.11]) (using TLSv1) by exprod6ob112.postini.com ([64.18.5.12]) with SMTP ID DSNKT42timsou5W976nDAF+qzErviM5JxSbh@postini.com; Tue, 17 Apr 2012 10:51:08 PDT Received: from transit.us.cray.com (172.31.17.53) by CFWEX01.americas.cray.com (172.30.88.25) with Microsoft SMTP Server (TLS) id 14.1.355.2; Tue, 17 Apr 2012 12:51:05 -0500 In-Reply-To: (Hilco Wijbenga's message of "Tue, 17 Apr 2012 10:29:56 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hilco Wijbenga writes: > Another problem is branches. Branches are per submodule but you want > them for all submodules. Branches have a similar problem in git-subtree. It is one of the things I would like to improve in git-subtree going forward. I don't see any fundamental reason that some git-slave-like operations can't be included in git-subtree, though with a slightly different model. -Dave