From 2d2a735ce731192ecfc2abc8518640db84d5ddbb Mon Sep 17 00:00:00 2001 From: strmd Date: Mon, 8 Jun 2020 07:11:55 +0000 Subject: [PATCH] --- doc/forum/Mixed_content_repos_with_import_and_export.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/Mixed_content_repos_with_import_and_export.mdwn diff --git a/doc/forum/Mixed_content_repos_with_import_and_export.mdwn b/doc/forum/Mixed_content_repos_with_import_and_export.mdwn new file mode 100644 index 0000000000..02d2e3d6f1 --- /dev/null +++ b/doc/forum/Mixed_content_repos_with_import_and_export.mdwn @@ -0,0 +1,7 @@ +Is it possible to get mixed content repositories working in conjunction with a directory special remote using importtree/exporttree? + +`git annex add` adheres to the `annex.largefiles` setting (`mimetype=text/*`), but importing or syncing from the remote invariably adds text files to the annex, including if the file was originally added to git and then modified on the remote. + +I want `annex.synccontent` set to `true` but have tried it both ways. + +What am I missing?