From 8a982427d52ee099260824edda334338bab70ef6 Mon Sep 17 00:00:00 2001 From: "jaylangseth@fa84aeedaf6dd96a51e93b012339ac09fb4dc135" Date: Wed, 18 Jan 2017 21:07:14 +0000 Subject: [PATCH] --- doc/forum/Git-annex_and_Microsoft_Office_files_on_OS_X.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/forum/Git-annex_and_Microsoft_Office_files_on_OS_X.mdwn diff --git a/doc/forum/Git-annex_and_Microsoft_Office_files_on_OS_X.mdwn b/doc/forum/Git-annex_and_Microsoft_Office_files_on_OS_X.mdwn new file mode 100644 index 0000000000..ab26e2b512 --- /dev/null +++ b/doc/forum/Git-annex_and_Microsoft_Office_files_on_OS_X.mdwn @@ -0,0 +1 @@ +On OS X 10.11.6, if you save any MS office file (.pptx, .docx, .xlsx) in a git-annex directory it won't be synced unless you restart the daemon. If you look in the logs it says "/Users/me/annex/test.pptx still has writers, not adding" This probably has something to do with temporary/lockfiles used by MS office apps. Any ideas on a workaround, other than restarting the daemon constantly?