What I have:

Dropbox\
    projects\
        serverfault\
        stackoverflow\
        superuser\
    currentProject -> projects\superuser [Sometimes I change it to other project]

When I sync it with other PC currentProject becomes real folder with files from projects\superuser but I need sync it as symlink.

OS is Linux on all my PC's

link|improve this question

80% accept rate
feedback

1 Answer

up vote 2 down vote accepted

AFAIK, this is impossible with Dropbox. The whole reason for symlinks is for them to look like and act like files.

The changes necessary are for Dropbox to make an explicity API call which the OS will tell you if it is a symlink or not. Otherwise, all file operations pretend it is a real file.

I assume sharing the folder as a shared folder and have the Linux machine connect to it is out of the question??

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.