summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ <Walter@web>2013-04-13 05:45:43 +0000
committerGravatar admin <admin@branchable.com>2013-04-13 05:45:43 +0000
commit178fa10d10dc9d8e4c71f29d901fa99c7e7f40a6 (patch)
treee9c1307e816a6b6a75eb37e1f64ba08df68c8c6f /doc
parentfa35b11bef70ca54f55f756ff4eafbd9f4c0e6f4 (diff)
Possible fix suggested
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Weird_behaviour_of_direct_and_indirect_annexes.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/Weird_behaviour_of_direct_and_indirect_annexes.mdwn b/doc/bugs/Weird_behaviour_of_direct_and_indirect_annexes.mdwn
index b8d2a441d..f8d0155f6 100644
--- a/doc/bugs/Weird_behaviour_of_direct_and_indirect_annexes.mdwn
+++ b/doc/bugs/Weird_behaviour_of_direct_and_indirect_annexes.mdwn
@@ -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)
+
+
## What version of git-annex are you using? On what operating system?
git-annex version: 4.20130405
@@ -44,3 +46,7 @@ It seems to me that if I do
~/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.
+
+
+**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.