From 34b84bdc4427967359f8d7f8f094f383cc32d22b Mon Sep 17 00:00:00 2001 From: moaxey Date: Mon, 19 Feb 2018 20:57:09 +0000 Subject: [PATCH 1/2] Added a comment: Thanks --- .../comment_2_c91e393951825cdcceac845e234d7497._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/Replace_glacier-cli__63__/comment_2_c91e393951825cdcceac845e234d7497._comment diff --git a/doc/forum/Replace_glacier-cli__63__/comment_2_c91e393951825cdcceac845e234d7497._comment b/doc/forum/Replace_glacier-cli__63__/comment_2_c91e393951825cdcceac845e234d7497._comment new file mode 100644 index 0000000000..ac7596a4b3 --- /dev/null +++ b/doc/forum/Replace_glacier-cli__63__/comment_2_c91e393951825cdcceac845e234d7497._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="moaxey" + avatar="http://cdn.libravatar.org/avatar/06abae5b84ce9bbcd39c1cbf49817d29" + subject="Thanks" + date="2018-02-19T20:57:09Z" + content=""" +I have it working smoothly now with glacier-cli. +"""]] From 5e0d594782e4810135968eeefdbf5df54dcb632d Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Tue, 20 Feb 2018 00:02:11 +0000 Subject: [PATCH 2/2] initial complaints about needing write permissions for info command --- ..._annex_info_without_write_permissions.mdwn | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/bugs/impossible_to_perform___34__read-only__34___git_annex_info_without_write_permissions.mdwn diff --git a/doc/bugs/impossible_to_perform___34__read-only__34___git_annex_info_without_write_permissions.mdwn b/doc/bugs/impossible_to_perform___34__read-only__34___git_annex_info_without_write_permissions.mdwn new file mode 100644 index 0000000000..6236174ce5 --- /dev/null +++ b/doc/bugs/impossible_to_perform___34__read-only__34___git_annex_info_without_write_permissions.mdwn @@ -0,0 +1,19 @@ + +### What version of git-annex are you using? On what operating system? + +6.20171001+gitg542d0649f-1~ndall+1 + +### What steps will reproduce the problem? + +[[!format sh """ +$> git annex info + +git-annex: .git/annex/misctmp/mergedrefs.0: createDirectory: permission denied (Permission denied) +failed +git-annex: info: 1 failed + +"""]] + +unless there is really a need to have this operations performed within the same repository/the same filesystem, I do not understand why generic $TMPDIR could not be used for such operations so no write access has to be demanded + +[[!meta author=yoh]]