summaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_sync_--content_not_syncing_all_objects.mdwn
blob: 1056e96ff1bd8118fcbc35779978b461d8537229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
### 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.
"""]]

[[!tag confirmed]]