This was easier to fix than I thought. Yet another issue resolved, yay!
2 patches for repository http://darcs.net/screened:
patch 1c4c3a92ab31d6ec0de642a520940161f4643760
Author: Ben Franksen <ben.franksen@online.de>
Date: Wed Jul 22 19:56:33 CEST 2020
* resolve issue2275: ignore symlinks as repo paths even when the index is used
It was necessary to fix the last test scenario in the script (removing a
recorded file and replacing it with a symbolic link to a non-existing file)
because what the script expected here was not what we want, namely that the
symbolic link is treated as if it wouldn't exist.
patch 5c9692acc334f683b7adf5487959a76b4c91ff7d
Author: Ben Franksen <ben.franksen@online.de>
Date: Wed Jul 22 20:43:09 CEST 2020
* add a warning when the index code ignores a symlink
The solution is unfortunately not perfect: some commands, notably
'darcs wh -l' issue the warning twice per link. I think this is because of
the implied '-s', since 'darcs wh -l --no-summary' displays it only once.
Attachments
|