aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex-unlock_shows_files___34__here__34____44___git-annex-whereis_doesn__39__t.mdwn
blob: 82afb6135239bf4ebbc91397f8aa4d4c3f9b8e04 (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
34
35
36
37
38
### Please describe the problem.

``git annex unlock myfolder`` will unlock all files inside (`find myfolder -type l' returns nothing).

Yet, ``git annex whereis myfolder`` shows those files are *not* in current repo.

Meanwhile, those files also reside in a remote. git-annex-whereis does show there is a copy in that remote.

Note that dropping files in current repo (``git annex drop``) and re-getting (``git annex get``) does download the files from that remote. However, a subsequent ``git annext whereis`` again shows 1 copy --- at that remote only.

> Because you have 2 repositories with the same annex.uuid, which is not
> allowed. Fix your misconfigured repo to not have the same annex.uuid and
> that won't happen. [[done]] --[[Joey]]

### What steps will reproduce the problem?

Same as described above.


### What version of git-annex are you using? On what operating system?

Lubuntu 15.10
git annex 5.20151019


### 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.
"""]]

### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)

Yes, git annex is wonderful.