diff options
author | https://launchpad.net/~giomasce <giomasce@web> | 2013-08-12 11:39:14 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-08-12 11:39:14 +0000 |
commit | 53ea1eec50d30814b54145b138df01a8816e5edd (patch) | |
tree | aa785790a92dc302465109b97cd7d7d5d7a3c5a8 /doc | |
parent | 0ea335b6d70de005b0bdb2cf0f39fe93f0c34118 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/git_annex_add_error_with_Andrew_File_System.mdwn | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_add_error_with_Andrew_File_System.mdwn b/doc/bugs/git_annex_add_error_with_Andrew_File_System.mdwn new file mode 100644 index 000000000..7e4295ed2 --- /dev/null +++ b/doc/bugs/git_annex_add_error_with_Andrew_File_System.mdwn @@ -0,0 +1,26 @@ +### Please describe the problem. +I have a git annex clone on Andrew File System. I obtain an error when I try +to add a file to the annex: + +git-annex: test: createLink: unsupported operation (Invalid cross-device link) + +### What steps will reproduce the problem? +Create a test file with touch and add it with git annex add. + +### What version of git-annex are you using? On what operating system? +git-annex 4.20130723 on Debian sid. + +### Please provide any additional information below. + +[[!format sh """ +gio@crack:~/nobackup/archive$ touch test +gio@crack:~/nobackup/archive$ git annex add test +add test +git-annex: test: createLink: unsupported operation (Invalid cross-device link) +failed +git-annex: add: 1 failed +gio@crack:~/nobackup/archive$ logout +"""]] + +It seems to me that AFS doesn't support hard links between different +directories. |