[issue1700] Changing directory to symlink fails with error ... traverses symbolic link

Jeri Crowley mercurial-bugs at selenic.com
Thu Jun 18 19:04:57 UTC 2009


New submission from Jeri Crowley <jcrowley at micron.com>:

I am unable to have a directory and then change it to a link.

hg init a
cd a
mkdir link
echo hi >link/msg
hg ci -Am'link is directory'

cp -r link b
rm -r link
ln -s b link
hg status link
hg ci -mA'link is link'

----------
messages: 9550
nosy: jjcrowley
priority: bug
status: unread
title: Changing directory to symlink fails with error ... traverses symbolic link

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1700>
____________________________________________________



More information about the Mercurial-devel mailing list