From e7e479c1f03a77283b4e6f451ff9b148040cab94 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 7 Jan 2025 15:53:47 -0400 Subject: [PATCH] same bug --- ...ent_3_a13fc099ba358138dfc4f03656232bd1._comment | 9 +++++++++ ...ent_4_b950f9d58ac292a1e318aaf0bc0754c0._comment | 14 ++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 doc/bugs/Fails_to_drop_key_on_windows___40__Access_denied__41__/comment_3_a13fc099ba358138dfc4f03656232bd1._comment create mode 100644 doc/bugs/git-remote-annex_doesn__39__t_work_on_Windows___40__perms__41__/comment_4_b950f9d58ac292a1e318aaf0bc0754c0._comment diff --git a/doc/bugs/Fails_to_drop_key_on_windows___40__Access_denied__41__/comment_3_a13fc099ba358138dfc4f03656232bd1._comment b/doc/bugs/Fails_to_drop_key_on_windows___40__Access_denied__41__/comment_3_a13fc099ba358138dfc4f03656232bd1._comment new file mode 100644 index 0000000000..4c2ce22c3d --- /dev/null +++ b/doc/bugs/Fails_to_drop_key_on_windows___40__Access_denied__41__/comment_3_a13fc099ba358138dfc4f03656232bd1._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2025-01-07T19:46:35Z" + content=""" +This seems to be the same bug as + +and over there we have some progress happening. +"""]] diff --git a/doc/bugs/git-remote-annex_doesn__39__t_work_on_Windows___40__perms__41__/comment_4_b950f9d58ac292a1e318aaf0bc0754c0._comment b/doc/bugs/git-remote-annex_doesn__39__t_work_on_Windows___40__perms__41__/comment_4_b950f9d58ac292a1e318aaf0bc0754c0._comment new file mode 100644 index 0000000000..326d72097e --- /dev/null +++ b/doc/bugs/git-remote-annex_doesn__39__t_work_on_Windows___40__perms__41__/comment_4_b950f9d58ac292a1e318aaf0bc0754c0._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 4""" + date="2025-01-07T19:48:29Z" + content=""" +Seems to be the same problem as + +which also involves directory special remote, but does not involve +git-remote-annex. + +A comment there tried what I suggested here, and indeed removing the +ReadOnly attribute from the file in the directory special remote avoids the +problem. +"""]]