bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#28245: 26.0.50; symbolic links not well handled by vc-dir


From: Glenn Morris
Subject: bug#28245: 26.0.50; symbolic links not well handled by vc-dir
Date: Mon, 28 Aug 2017 14:13:35 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Eli Zaretskii wrote:

> It also could be that this is not a Windows-specific issue.

I find the report unclear, but on GNU/Linux:

cd /tmp
mkdir svn
cd svn
svnadmin create repo
mkdir -p trunk/src
touch trunk/src/foo
svn import trunk file://$PWD/repo/trunk -m "Import"
rm -rf trunk
svn checkout file://$PWD/repo/trunk
echo blah >> trunk/src/foo
mkdir trunk/test
cd trunk/test
ln -s ../src/foo
cd ../
emacs -Q -f vc-dir RET

and everything looks correct to me.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]