summaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex_directory_hashing_problems_on_osx
diff options
context:
space:
mode:
authorGravatar http://joey.kitenet.net/ <joey@web>2011-06-10 16:46:03 +0000
committerGravatar admin <admin@branchable.com>2011-06-10 16:46:03 +0000
commit8da84d8860e9530ad223fc7b81811f7cc97db121 (patch)
tree9b277db0acbac7bcc8f35b600a580ccf9b51ae9c /doc/bugs/git-annex_directory_hashing_problems_on_osx
parent68ed12eab4e0f73008a2af152b534ff08d92a57b (diff)
Added a comment
Diffstat (limited to 'doc/bugs/git-annex_directory_hashing_problems_on_osx')
-rw-r--r--doc/bugs/git-annex_directory_hashing_problems_on_osx/comment_21_98f632652b0db9131b0173d3572f4d62._comment10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_directory_hashing_problems_on_osx/comment_21_98f632652b0db9131b0173d3572f4d62._comment b/doc/bugs/git-annex_directory_hashing_problems_on_osx/comment_21_98f632652b0db9131b0173d3572f4d62._comment
new file mode 100644
index 000000000..453a8be11
--- /dev/null
+++ b/doc/bugs/git-annex_directory_hashing_problems_on_osx/comment_21_98f632652b0db9131b0173d3572f4d62._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="http://joey.kitenet.net/"
+ nickname="joey"
+ subject="comment 21"
+ date="2011-06-10T16:46:03Z"
+ content="""
+@seqq git-annex always uses the same case when creating and accessing the files pointed to by the symlinks. So it will not matter if it's used on a case-insensative, or case-insensative but preserving system like OSX.
+
+You need to fix up the cases of the files in .git/annex/objects to what it expects. I'm not sure what would be the best way to do that. The method described in [[walkthrough/recover_data_from_lost+found]] might work well.
+"""]]