git-annex/doc/bugs/Committer_crashed.mdwn

32 lines
1,007 B
Markdown

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