From d0ee302e64d72f16be3e49fa6616c8b452f9e91c Mon Sep 17 00:00:00 2001 From: "http://id.clacke.se/" Date: Fri, 22 Apr 2016 19:01:46 +0000 Subject: [PATCH 1/2] Added a comment --- .../comment_6_f82c803d725829722842c6d54e388719._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/OSX_case_insensitive_filesystem/comment_6_f82c803d725829722842c6d54e388719._comment diff --git a/doc/bugs/OSX_case_insensitive_filesystem/comment_6_f82c803d725829722842c6d54e388719._comment b/doc/bugs/OSX_case_insensitive_filesystem/comment_6_f82c803d725829722842c6d54e388719._comment new file mode 100644 index 0000000000..b65c0787b5 --- /dev/null +++ b/doc/bugs/OSX_case_insensitive_filesystem/comment_6_f82c803d725829722842c6d54e388719._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://id.clacke.se/" + nickname="clacke" + subject="comment 6" + date="2016-04-22T19:01:45Z" + content=""" +But it only checks the parameter at `annex init` time? What will the bad consequences be if it is set at other times? +"""]] From 07ca2bb41684c6da85cd022d291530f4fb39cf0a Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4" Date: Fri, 22 Apr 2016 19:05:45 +0000 Subject: [PATCH 2/2] --- ...whereis_to_avoid_network_interactions.mdwn | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/todo/add_option_to_whereis_to_avoid_network_interactions.mdwn diff --git a/doc/todo/add_option_to_whereis_to_avoid_network_interactions.mdwn b/doc/todo/add_option_to_whereis_to_avoid_network_interactions.mdwn new file mode 100644 index 0000000000..f9516b574a --- /dev/null +++ b/doc/todo/add_option_to_whereis_to_avoid_network_interactions.mdwn @@ -0,0 +1,20 @@ +I thought that whereis command would report only based on the knowledge annex has locally in git-annex branch, but apparently it is trying to query for information even in --fast mode: + +[[!format sh """ +$> git annex whereis --fast bold.nii.gz +yoh@dat.... +Permission denied (publickey,password). +fatal: Could not read from remote repository. + +Please make sure you have the correct access rights +and the repository exists. +whereis bold.nii.gz +(2 copies) + 899f0347-0888-48ef-91b6-bac213ca8cef -- [datalad-archives] + c8bd3d05-33d4-4b59-9d53-ca7efbdcdd13 -- yoh@smaug:/mnt/btrfs/datasets/datalad/crawl/openfmri/ds000001 [here] + + datalad-archives: dl+archive:MD5E-s2527262329--bd3ea399057c529b37b09dcecec1ca60.0raw.tgz/ds001_R1.1.0/sub001/BOLD/task001_run001/bold.nii.gz#size=47241449 + +"""]] + +[[!meta author=yoh]]