From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Megyei Newsgroups: gmane.emacs.devel Subject: Re: vc-git bug with top-level repositories Date: Mon, 27 Oct 2008 13:43:43 +0100 Message-ID: <1225111423.7323.26.camel@ubuntu804desktop.localdomain> 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: multipart/alternative; boundary="=-lfZS3nzWbGjAwYQnaT44" X-Trace: ger.gmane.org 1225111358 1169 80.91.229.12 (27 Oct 2008 12:42:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2008 12:42:38 +0000 (UTC) Cc: claus.klingberg@gmail.com, eliz@gnu.org, dann@ics.uci.edu, ams@gnu.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 27 13:43:38 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 1KuRQv-0000CO-Cz for ged-emacs-devel@m.gmane.org; Mon, 27 Oct 2008 13:42:57 +0100 Original-Received: from localhost ([127.0.0.1]:36827 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuRPp-0006Oh-Cv for ged-emacs-devel@m.gmane.org; Mon, 27 Oct 2008 08:41:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuRPQ-0006G1-M0 for emacs-devel@gnu.org; Mon, 27 Oct 2008 08:41:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuRPP-0006FI-47 for emacs-devel@gnu.org; Mon, 27 Oct 2008 08:41:24 -0400 Original-Received: from [199.232.76.173] (port=54403 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuRPO-0006FD-UG for emacs-devel@gnu.org; Mon, 27 Oct 2008 08:41:22 -0400 Original-Received: from mail-out.m-online.net ([212.18.0.10]:58830) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KuRPL-0005CS-0l; Mon, 27 Oct 2008 08:41:19 -0400 Original-Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id 8A1311C00455; Mon, 27 Oct 2008 13:41:17 +0100 (CET) Original-Received: from [192.168.100.64] (host-88-217-141-230.customer.m-online.net [88.217.141.230]) by mail.mnet-online.de (Postfix) with ESMTP id 32DDF900F4; Mon, 27 Oct 2008 13:41:17 +0100 (CET) In-Reply-To: X-Mailer: Evolution 2.22.3.1 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:105040 Archived-At: --=-lfZS3nzWbGjAwYQnaT44 Content-Type: text/plain Content-Transfer-Encoding: 7bit On Sat, 2008-10-25 at 11:20 -0400, Stefan Monnier wrote: > > 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. I've briefly tested this and it works as expected. Thanks, Mathias --=-lfZS3nzWbGjAwYQnaT44 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit On Sat, 2008-10-25 at 11:20 -0400, Stefan Monnier wrote:
> 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.
I've briefly tested this and it works as expected.

Thanks,

Mathias --=-lfZS3nzWbGjAwYQnaT44--