diff options
author | Joey Hess <joeyh@joeyh.name> | 2018-02-20 13:01:11 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2018-02-20 13:01:11 -0400 |
commit | e6331172017c27c409e8707ecacacc74e677f8d6 (patch) | |
tree | 68e8192bdf311d202a16248af639a77ca4a1954d | |
parent | 992692c0b698f1078b827822c22c699eb66b079b (diff) | |
parent | 9e57f63b6545207e1b158f17ed09c675037929b2 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
2 files changed, 27 insertions, 0 deletions
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 000000000..6236174ce --- /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]] 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 000000000..ac7596a4b --- /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. +"""]] |