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: Wed, 27 Aug 2008 22:06:18 -0400 Message-ID: References: <200808181433.m7IEX8U3028640@sallyv1.ics.uci.edu> <200808181639.m7IGd1kb005968@sallyv1.ics.uci.edu> <200808182031.m7IKVbR7001754@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1219889202 11729 80.91.229.12 (28 Aug 2008 02:06:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Aug 2008 02:06:42 +0000 (UTC) Cc: dann@ics.uci.edu, eliz@gnu.org, claus.klingberg@gmail.com, emacs-devel@gnu.org To: ams@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 28 04:07:35 2008 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 1KYWv7-0000iE-Hy for ged-emacs-devel@m.gmane.org; Thu, 28 Aug 2008 04:07:33 +0200 Original-Received: from localhost ([127.0.0.1]:46225 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KYWu9-000473-96 for ged-emacs-devel@m.gmane.org; Wed, 27 Aug 2008 22:06:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KYWu5-00046x-KK for emacs-devel@gnu.org; Wed, 27 Aug 2008 22:06:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KYWu5-00046l-67 for emacs-devel@gnu.org; Wed, 27 Aug 2008 22:06:29 -0400 Original-Received: from [199.232.76.173] (port=34216 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KYWu5-00046i-0o for emacs-devel@gnu.org; Wed, 27 Aug 2008 22:06:29 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:57644) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KYWtv-00026U-6e; Wed, 27 Aug 2008 22:06:19 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsIEAHCktUhFxI/k/2dsb2JhbACBZLgMgWiBBw X-IronPort-AV: E=Sophos;i="4.32,283,1217822400"; d="scan'208";a="26063064" Original-Received: from 69-196-143-228.dsl.teksavvy.com (HELO pastel.home) ([69.196.143.228]) by ironport2-out.teksavvy.com with ESMTP; 27 Aug 2008 22:06:18 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 509247F01; Wed, 27 Aug 2008 22:06:18 -0400 (EDT) In-Reply-To: (Alfred M. Szmidt's message of "Wed, 27 Aug 2008 17:16:18 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: 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:103065 Archived-At: >> Well, in that case, perhaps you need to add an option to disable this >> heuristic, since if someone is unfortunate enough to be in the alleged >> 0.0001%, she will need a fire escape. > Might be. I'd still like to know how the OP ended up in this situation, > I ended up not using vc-mode, but using the command line. A major > pain. That explains how you worked around VC's limitation, but I'd be interested to hear about how you ended up in a state where you bumped into VC's limitation. I.e. how come your /foo/bar/ is owned by a different user than /foo/ even though they're both part of the same Git tree? Stefan