Symbolic link support

Do we have a github issue tracking any of the two symlink implementations (with and without filesystem support)?

It would be nice to get this issue going into a more implementation phase eventually. Or fork and show case different implementations. I donā€™t think the ā€œw/ fs supportā€ will get any where without such. And if deemed to complex, we can still take the ā€œw/o fs supportā€ route.

@cvoges12
The thread is 6 years old.
If you want to achieve something, open a separate thread.

But last reply was made last year. Albeit over a long period of time, I feel like thereā€™s some discussion still happening.

Youā€™ll find related feature requests on the desktop bug tracker. If you can participate and add some code, they are very likely open for pull requests.

So others donā€™t need to search for it themselves, hereā€™s the link:

I understand that de-referencing symlinks could cause a lot of trouble (like loops) but simply syncing symlinks as-is should be really easy as long as client and server are both linux /mac / unix systems.

For Windows clients just continuing to ignore them would probably be the easiest solution.