From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#13826: Bug#701711: emacs24: svn support fails in a symlinked directory Date: Wed, 27 Feb 2013 03:24:14 -0500 Message-ID: <5fvc9e5fm9.fsf@fencepost.gnu.org> References: <20130226145914.15278.87016.reportbug@dhcp071.albanova.se> <87y5eailgc.fsf@trouble.defaultvalue.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1361953524 825 80.91.229.3 (27 Feb 2013 08:25:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Feb 2013 08:25:24 +0000 (UTC) Cc: Juha =?UTF-8?Q?J=C3=83=C2=A4ykk=C3=83=C2=A4?= , 13826@debbugs.gnu.org To: Rob Browning Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Feb 27 09:25:45 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UAcKZ-0001Z6-5G for geb-bug-gnu-emacs@m.gmane.org; Wed, 27 Feb 2013 09:25:39 +0100 Original-Received: from localhost ([::1]:34367 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAcKE-0000He-7Z for geb-bug-gnu-emacs@m.gmane.org; Wed, 27 Feb 2013 03:25:18 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:47792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAcKA-00009c-H1 for bug-gnu-emacs@gnu.org; Wed, 27 Feb 2013 03:25:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAcK9-0006jk-Gt for bug-gnu-emacs@gnu.org; Wed, 27 Feb 2013 03:25:14 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:47001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAcK9-0006je-Di for bug-gnu-emacs@gnu.org; Wed, 27 Feb 2013 03:25:13 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1UAcLu-0005C5-1b for bug-gnu-emacs@gnu.org; Wed, 27 Feb 2013 03:27:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 27 Feb 2013 08:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13826 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo unreproducible Original-Received: via spool by 13826-submit@debbugs.gnu.org id=B13826.136195356719869 (code B ref 13826); Wed, 27 Feb 2013 08:27:02 +0000 Original-Received: (at 13826) by debbugs.gnu.org; 27 Feb 2013 08:26:07 +0000 Original-Received: from localhost ([127.0.0.1]:52464 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UAcL1-0005AQ-FL for submit@debbugs.gnu.org; Wed, 27 Feb 2013 03:26:07 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:34733) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UAcKz-0005AI-KE for 13826@debbugs.gnu.org; Wed, 27 Feb 2013 03:26:06 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UAcJC-0001CR-FJ; Wed, 27 Feb 2013 03:24:14 -0500 X-Spook: gamma Waco, Texas data haven Soviet freedom SP4 MD4 Uzi X-Ran: $B-U,_"RoKZEfBfM-"&c}Q\GmL/7|APO]t's|%K&?bDEQ&S_&r/2.fbq?PN&[#`@7rzR (Rob Browning's message of "Tue, 26 Feb 2013 19:39:47 -0600") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:71891 Archived-At: >> vc-update and other vc-*-commands fail to detect an svn controlled >> directory when the directory is a symlink to an svn controlled >> directory. Works fine for me. Please give a complete recipe starting from emacs -Q. Here's mine, using svn 1.7.8. I assume you are talking about subdirectories, otherwise it makes no sense. cd /tmp svnadmin create repo mkdir -p proj/sub/dir cd proj touch 1 sub/2 sub/dir/3 svn import . file:///tmp/repo/proj/trunk -m 'import' cd ../ rm -rf proj svn checkout file:///tmp/repo/proj/trunk proj svn checkout file:///tmp/repo/proj/trunk proj2 cd proj2 echo foo >> sub/dir/3 svn commit -m "change" sub/dir/3 cd ../ ln -s proj/sub/dir emacs-24.2 -Q dir/3 & # visit file via linked directory "Followed link to /tmp/proj/sub/dir/3" appears in echo-area. SVN-1 appears in mode-line. M-x vc-update -> file is updated with "foo"