Create a symlink foo that points to bar (ln -s bar foo)
(On a Windows box) Open Merge and press Add -> SFTP...
The Add SFTP Connection window comes up. Enter the OSX computer's hostname, username and password, press Connect and wait for the file browser at the bottom of the same window to update.
Navigate to the bugtest directory in the file browser and expand it by clicking + to the left of its name.
Bug: The file browser shows bugtest as having only a single subdirectory, bar. foo is not shown even though it is a symlink to a directory.
Expected behavior: Both foo and bar should be shown as subdirectories of bugtest in the file browser.
How to reproduce:
bugtest
.bar
.foo
that points tobar
(ln -s bar foo
)bugtest
directory in the file browser and expand it by clicking+
to the left of its name.Bug: The file browser shows
bugtest
as having only a single subdirectory,bar
.foo
is not shown even though it is a symlink to a directory.Expected behavior: Both
foo
andbar
should be shown as subdirectories ofbugtest
in the file browser.