File: endless_loop_when_PWD_gone.mdwn

package info (click to toggle)
git-annex 5.20141125
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 37,828 kB
  • ctags: 583
  • sloc: haskell: 42,582; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (16 lines) | stat: -rw-r--r-- 943 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
`git annex get` becomes very unhappy as soon as `$PWD` is gone.
The easiest way is to `git checkout git-annex` while you are getting in another tab.

This results in git-annex entering an endless loop:

    fatal: Unable to read current working directory: No such file or directory
    fatal: Unable to read current working directory: No such file or directory
    fatal: Unable to read current working directory: No such file or directory
    fatal: Unable to read current working directory: No such file or directory
    fatal: Unable to read current working directory: No such file or directory
    fatal: Unable to read current working directory: No such file or directory
    fatal: Unable to read current working directory: No such file or directory
    fatal: Unable to read current working directory: No such file or directory
    fatal: Unable to read current working directory: No such file or directory

> [[fixed|done]] --[[Joey]]