From 937b9de5161acd14eff5f772f096af13d869e915 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Thu, 2 Dec 2021 20:34:55 +0000 Subject: [PATCH] Added a comment: automate + extend --- ..._72d975f81eb3aee600ea7a02e2f8855a._comment | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/bugs/impossible_to_perform___34__read-only__34___git_annex_info_without_write_permissions/comment_4_72d975f81eb3aee600ea7a02e2f8855a._comment diff --git a/doc/bugs/impossible_to_perform___34__read-only__34___git_annex_info_without_write_permissions/comment_4_72d975f81eb3aee600ea7a02e2f8855a._comment b/doc/bugs/impossible_to_perform___34__read-only__34___git_annex_info_without_write_permissions/comment_4_72d975f81eb3aee600ea7a02e2f8855a._comment new file mode 100644 index 0000000000..8f31de3176 --- /dev/null +++ b/doc/bugs/impossible_to_perform___34__read-only__34___git_annex_info_without_write_permissions/comment_4_72d975f81eb3aee600ea7a02e2f8855a._comment @@ -0,0 +1,22 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="automate + extend" + date="2021-12-02T20:34:55Z" + content=""" +- is there a chance for that option/mode of operation to get auto enabled whenever encountering \"read-only\" situation? could inform user on stderr that no merge is happening etc +- could other \"read only\" commands be fixed up to allow for such a mode of operation? I tried on 'wanted' and it didn't help fully: + +``` +[d31548v@discovery7 1076_spacetop]$ git annex wanted here +git-annex: /dartfs/rc/lab/D/DBIC/DBIC/archive/BIDS/Wager/Wager/1076_spacetop/.git/annex: openTempFile template locktmp: permission denied (Permission denied) +git-annex: /dartfs/rc/lab/D/DBIC/DBIC/archive/BIDS/Wager/Wager/1076_spacetop/.git/annex: openTempFile template locktmp: permission denied (Permission denied) +[d31548v@discovery7 1076_spacetop]$ git -c annex.merge-annex-branches=false annex wanted here + +git-annex: /dartfs/rc/lab/D/DBIC/DBIC/archive/BIDS/Wager/Wager/1076_spacetop/.git/annex: openTempFile template locktmp: permission denied (Permission denied) +[d31548v@discovery7 1076_spacetop]$ git annex version | head -n 1 +git-annex version: 8.20211117+git14-ge1f38b9dd-1~ndall+1 + +``` + +"""]]