diff options
author | ssqq <ssqq@web> | 2011-07-07 19:45:31 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-07-07 19:45:31 +0000 |
commit | 33ebaf3f9ff77526b0fae2ee39d049117ffd188a (patch) | |
tree | 8275dc2aa4302b98396f33b71389bf4d245555ba | |
parent | 1ffe7f777037e08abc4b068a4547e2baa0e714ee (diff) |
-rw-r--r-- | doc/bugs/git_annex_add_eats_files_when_filename_is_too_long.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/bugs/git_annex_add_eats_files_when_filename_is_too_long.mdwn b/doc/bugs/git_annex_add_eats_files_when_filename_is_too_long.mdwn index 6baf5ce81..af807b65d 100644 --- a/doc/bugs/git_annex_add_eats_files_when_filename_is_too_long.mdwn +++ b/doc/bugs/git_annex_add_eats_files_when_filename_is_too_long.mdwn @@ -1,9 +1,9 @@ Recently I ran into the following situation under Ubuntu with an encrypted home directory (which shortens the length that filenames can be): -$ git annex add 687474703a2f2f6d656469612e74756d626c722e636f6d2f74756d626c725f6c656673756557324c703171663879656b2e676966.gif -add 687474703a2f2f6d656469612e74756d626c722e636f6d2f74756d626c725f6c656673756557324c703171663879656b2e676966.gif failed -git-annex: /home/lhuhn/annex/.git/annex/tmp/155_518_WORM-s426663-m1310064100--687474703a2f2f6d656469612e74756d626c722e636f6d2f74756d626c725f6c656673756557324c703171663879656b2e676966.gif.log: openBinaryFile: invalid argument (File name too long) -git-annex: 1 failed + $ git annex add 687474703a2f2f6d656469612e74756d626c722e636f6d2f74756d626c725f6c656673756557324c703171663879656b2e676966.gif + add 687474703a2f2f6d656469612e74756d626c722e636f6d2f74756d626c725f6c656673756557324c703171663879656b2e676966.gif failed + git-annex: /home/lhuhn/annex/.git/annex/tmp/155_518_WORM-s426663-m1310064100--687474703a2f2f6d656469612e74756d626c722e636f6d2f74756d626c725f6c656673756557324c703171663879656b2e676966.gif.log: openBinaryFile: invalid argument (File name too long) + git-annex: 1 failed The file seems to be completely gone. It no longer exists in the current directory, or under .git/annex. |