You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.
Hi,
I am using v0.4 and my Dropbox folder is under DBHOME=~/Public/Dropbox/ and my watched files are symlinked from there.
I have issue #7 (though DYLD_INSERT_LIBRARIES=/Applications/Dropbox.app/Contents/dropbox_inj.dylib /Applications/Dropbox.app/Contents/MacOS/Dropbox does show Dropbox[562]: dbignore loaded.
…and also #14 as (having manually inserted the dyld) $DBHOME dbignored folders are correctly ignored, but not in the symlinked paths.
I reinstalled Dropbox.app && did ./install multiple times to no avail.
Would the fnmatch patch have fixed the symlinks issue?
Any progress on why stat isn't called on symlinks? FWIW Dropbox follows symlinks.
The text was updated successfully, but these errors were encountered:
Hi,
I am using v0.4 and my Dropbox folder is under
DBHOME=~/Public/Dropbox/
and my watched files are symlinked from there.I have issue #7 (though
DYLD_INSERT_LIBRARIES=/Applications/Dropbox.app/Contents/dropbox_inj.dylib /Applications/Dropbox.app/Contents/MacOS/Dropbox
does showDropbox[562]: dbignore loaded
.…and also #14 as (having manually inserted the dyld)
$DBHOME
dbignored folders are correctly ignored, but not in the symlinked paths.I reinstalled
Dropbox.app
&& did./install
multiple times to no avail.Would the fnmatch patch have fixed the symlinks issue?
Any progress on why
stat
isn't called on symlinks? FWIW Dropbox follows symlinks.The text was updated successfully, but these errors were encountered: