From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: vc-git bug with top-level repositories Date: Sat, 25 Oct 2008 11:20:55 -0400 Message-ID: References: <200808181433.m7IEX8U3028640@sallyv1.ics.uci.edu> <200808181639.m7IGd1kb005968@sallyv1.ics.uci.edu> <200808182031.m7IKVbR7001754@sallyv1.ics.uci.edu> <1219912261.8925.63.camel@ubuntu804desktop.localdomain> <1219951148.9130.32.camel@surlej> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1224948125 3040 80.91.229.12 (25 Oct 2008 15:22:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Oct 2008 15:22:05 +0000 (UTC) Cc: claus.klingberg@gmail.com, eliz@gnu.org, dann@ics.uci.edu, ams@gnu.org, emacs-devel@gnu.org To: mathias@mnet-mail.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 25 17:23:04 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ktkyg-0000Lm-68 for ged-emacs-devel@m.gmane.org; Sat, 25 Oct 2008 17:22:58 +0200 Original-Received: from localhost ([127.0.0.1]:49871 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ktkxa-0006nX-Ak for ged-emacs-devel@m.gmane.org; Sat, 25 Oct 2008 11:21:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ktkwr-0006FZ-Um for emacs-devel@gnu.org; Sat, 25 Oct 2008 11:21:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ktkwr-0006F0-CR for emacs-devel@gnu.org; Sat, 25 Oct 2008 11:21:05 -0400 Original-Received: from [199.232.76.173] (port=42602 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ktkwr-0006Et-4o for emacs-devel@gnu.org; Sat, 25 Oct 2008 11:21:05 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:65168) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ktkwo-0005dK-UU; Sat, 25 Oct 2008 11:21:03 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAHnWAklFxLrB/2dsb2JhbACBdrd/CIcAgk0IeoEN X-IronPort-AV: E=Sophos;i="4.33,484,1220241600"; d="scan'208";a="28854822" Original-Received: from 69-196-186-193.dsl.teksavvy.com (HELO pastel.home) ([69.196.186.193]) by ironport2-out.teksavvy.com with ESMTP; 25 Oct 2008 11:20:55 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 1027D8E6C; Sat, 25 Oct 2008 11:20:55 -0400 (EDT) In-Reply-To: <1219951148.9130.32.camel@surlej> (Mathias Megyei's message of "Thu, 28 Aug 2008 21:19:08 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:104991 Archived-At: > We use this workflow in the layout generation process within the ASIC > development. Layout generation takes long time, often 3 or more month. > Two (or more) people are working together in the same tree on the same > database. > We have worked this way for years without any VCS. Now we introduce > Git for the layout generation process too. We will put the source code > (scripts, tool setup files, "design constraints", etc) under version > control. I've changed the code so that ownership changes are not taken into account any more, so mixed-ownership within a single project should work fine in VC now. Stefan