diff options
author | Joey Hess <joey@kitenet.net> | 2011-11-27 17:09:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-11-27 17:09:29 -0400 |
commit | ff2d9c828379ce29e5feb6ac770996be04ac072f (patch) | |
tree | cab8f18d8533ba5c6b0819440e500cd833921c59 /doc | |
parent | 5bc7767c217ef67cb2954f4eb5cd4479f68fc50f (diff) |
response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/not_possible_to_have_annex_on_a_separate_filesystem.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/not_possible_to_have_annex_on_a_separate_filesystem.mdwn b/doc/bugs/not_possible_to_have_annex_on_a_separate_filesystem.mdwn index 3e05b6093..e9a3ee95a 100644 --- a/doc/bugs/not_possible_to_have_annex_on_a_separate_filesystem.mdwn +++ b/doc/bugs/not_possible_to_have_annex_on_a_separate_filesystem.mdwn @@ -13,3 +13,13 @@ But when trying to add files i get: git-annex: add: 1 failed I have tried both using bind-mount and with a sym-link. + +> I don't think this was a reversion; the forum post doesn't really +> indicate it ever worked. +> +> Grepping for `renameFile` and `createLink` will find all the places +> in git-annex that assume one filesystem. These would have to be changed +> to catch errors and fall back to expensive copying. +> +> Putting a separate repository on the file server could work better +> depending on what you're trying to do. --[[Joey]] |