aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar stp <stp@web>2014-02-17 15:38:36 +0000
committerGravatar admin <admin@branchable.com>2014-02-17 15:38:36 +0000
commitb65f5ad5802377445dd99ad618c0ef46a159d3fb (patch)
tree6ee68045ef2ed589b45b8a96029ae9e87d984c1a
parentd27ec53603690b7bef82cba6c8d16ef75954a07a (diff)
-rw-r--r--doc/bugs/git_annex_sync_--content_not_syncing_all_objects.mdwn31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_sync_--content_not_syncing_all_objects.mdwn b/doc/bugs/git_annex_sync_--content_not_syncing_all_objects.mdwn
new file mode 100644
index 000000000..a9426724c
--- /dev/null
+++ b/doc/bugs/git_annex_sync_--content_not_syncing_all_objects.mdwn
@@ -0,0 +1,31 @@
+### Please describe the problem.
+When "git annex sync --content" is used only objects currently in the working tree are synced. It doesn't honor full archives, which should get all objects.
+So only objects similar to "git annex find --want-get" are synced and not every available object "git annex get --all"
+
+
+### What steps will reproduce the problem?
+# mein repo:
+git annex add file
+git annex sync
+git annex rm file
+git annex sync
+
+# other repo:
+git annex wanted here "not copies=backup:3"
+git annex find --want-get # will be empty
+git annex sync --content # nothing is synced even so all files should be backed up
+git annex get --all # will sync the object from file
+
+### What version of git-annex are you using? On what operating system?
+git-annex version: 5.20140210-gd99db49
+Linux (Ubuntu 13.10)
+
+### Please provide any additional information below.
+
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+
+
+# End of transcript or log.
+"""]]