This commit is contained in:
braun.markus89@51b521a42cc994db864df308627bd6454f9c309d 2020-05-16 15:07:41 +00:00 committed by admin
parent fc7caa5b2b
commit 42072fe9ad

View file

@ -11,35 +11,52 @@ So how should these unlocked pointer files be hidden technically to not be index
### What steps will reproduce the problem? ### What steps will reproduce the problem?
$ git annex init --version 8 $ git annex init --version 8
init (scanning for unlocked files...) init (scanning for unlocked files...)
ok ok
(recording state in git...) (recording state in git...)
$ ls -lah $ ls -lah
total 12K total 12K
drwxr-xr-x 3 admin users 4.0K May 16 17:00 . drwxr-xr-x 3 admin users 4.0K May 16 17:00 .
drwxr-xr-x 8 admin users 4.0K May 16 17:00 .. drwxr-xr-x 8 admin users 4.0K May 16 17:00 ..
drwxr-xr-x 9 admin users 4.0K May 16 17:01 .git drwxr-xr-x 9 admin users 4.0K May 16 17:01 .git
-rw-r--r-- 1 admin users 20G May 16 17:00 output -rw-r--r-- 1 admin users 20G May 16 17:00 output
$ git annex add output $ git annex add output
add output add output
$ git annex sync $ git annex sync
$ git annex unlock output $ git annex unlock output
$ git annex status $ git annex status
fatal: Cannot handle files this big fatal: Cannot handle files this big
git-annex: git status failed git-annex: git status failed
$ git status $ git status
fatal: Cannot handle files this big fatal: Cannot handle files this big
$ git diff $ git diff
fatal: Cannot handle files this big fatal: Cannot handle files this big
Why does git even feel responsible to load this file? Why does git even feel responsible to load this file?
### What version of git-annex are you using? On what operating system? ### What version of git-annex are you using? On what operating system?
Synology NAS Synology NAS
git-annex version: 8.20200331-g111b747be git-annex version: 8.20200331-g111b747be