all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Rob Browning <rlb@defaultvalue.org>
Cc: "Juha Jäykkä" <juhaj@iki.fi>, 13826@debbugs.gnu.org
Subject: bug#13826: Bug#701711: emacs24: svn support fails in a symlinked directory
Date: Wed, 27 Feb 2013 03:24:14 -0500	[thread overview]
Message-ID: <5fvc9e5fm9.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <87y5eailgc.fsf@trouble.defaultvalue.org> (Rob Browning's message of "Tue, 26 Feb 2013 19:39:47 -0600")


>> 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"





  reply	other threads:[~2013-02-27  8:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20130226145914.15278.87016.reportbug@dhcp071.albanova.se>
2013-02-27  1:39 ` bug#13826: Bug#701711: emacs24: svn support fails in a symlinked directory Rob Browning
2013-02-27  8:24   ` Glenn Morris [this message]
2013-02-27 22:10     ` Juha Jäykkä
2013-02-28  7:48       ` bug#13826: " Glenn Morris
2014-02-05 23:51         ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5fvc9e5fm9.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=13826@debbugs.gnu.org \
    --cc=juhaj@iki.fi \
    --cc=rlb@defaultvalue.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.