summaryrefslogtreecommitdiff
path: root/doc/bugs/Committer_crashed.mdwn
blob: caa8b1c50b0e99963cd7c06ff644428458e11518 (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
# What steps will reproduce the problem?

Editing a text file with vim

#What is the expected output? What do you see instead?

    # On branch master
    # Changes not staged for commit:

    #   (use "git add <file>..." to update what will be committed)
    #   (use "git checkout -- <file>..." to discard changes in working directory)
    #
    #       typechange: test
    #
    # Untracked files:
    #   (use "git add <file>..." to include in what will be committed)
    #
    #       .test.swp

    no changes added to commit (use "git add" and/or "git commit -a")

    /.test.swp still has writers, not adding

    Committer crashed: ./test~: createLink: does not exist (No such file or directory)

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

3.20130107 prebuilt tar ball on Debian testing

> Could also fail in `getFileStatus`. In either case it's a race
> with the file being deleted while it's still in the process of being
> locked down. Fixed this [[done]] --[[Joey]]