Possible fix suggested

This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ 2013-04-13 05:45:43 +00:00 committed by admin
parent c2468d639c
commit 5747bf49b8

View file

@ -27,6 +27,8 @@ Instead, it is not a symlink. However, doing
results in what I would expect (until the content of Direct/Test.File is changed, when it ceases to be a symlink in ~/Indirect once more) results in what I would expect (until the content of Direct/Test.File is changed, when it ceases to be a symlink in ~/Indirect once more)
## What version of git-annex are you using? On what operating system? ## What version of git-annex are you using? On what operating system?
git-annex version: 4.20130405 git-annex version: 4.20130405
@ -44,3 +46,7 @@ It seems to me that if I do
~/Direct$ echo Even More Content > Test.File ~/Direct$ echo Even More Content > Test.File
that all three copies are stored in ~/Indirect, so the functionality I'm after seems to work. However, ~/Indirect/Test.File ends up not being a symlink, which I think is odd/unexpected. that all three copies are stored in ~/Indirect, so the functionality I'm after seems to work. However, ~/Indirect/Test.File ends up not being a symlink, which I think is odd/unexpected.
**Edit: Doing a git annex sync in ~/Indirect results in the continuing behaviour to be correct, so there's some issue telling Direct that Indirect is no longer in direct-mode?**
This appears to fix it, but I guess shouldn't be necessary.