diff --git a/doc/forum/So_this_is_embarrassing__59___git_export_not_working/comment_4_a5822d922a107e2a0e8972b7f55d92cc._comment b/doc/forum/So_this_is_embarrassing__59___git_export_not_working/comment_4_a5822d922a107e2a0e8972b7f55d92cc._comment new file mode 100644 index 0000000000..8b1b3a1b90 --- /dev/null +++ b/doc/forum/So_this_is_embarrassing__59___git_export_not_working/comment_4_a5822d922a107e2a0e8972b7f55d92cc._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 4""" + date="2021-12-08T16:42:47Z" + content=""" +Your use of `git-annex sync --no-content` doesn't make much sense, +of course that will not cause it to export any content because you told it +not to. Also there is configuration needed for git-annex sync to export +a branch to a remote and you have not shown that you performed such +configuration, and the output of the command seems to indicate you have +not. + +Your `git annex export master --to film-depot` seems to have behaved +correctly, since the content of some files were not present it was not able +to export those. Running `git annex get` and then re-running that command +will make update the export with the missing files. I have tested that. +"""]]