From e1f52c687788e8e24afcb562a4f623df2763f8cd Mon Sep 17 00:00:00 2001 From: "http://nicolas-schodet.myopenid.com/" Date: Fri, 20 Dec 2013 20:19:22 +0000 Subject: [PATCH 1/2] Added a comment --- .../comment_5_bccc53d2d6f659f21965042a057358f5._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/rename:_permission_denied__44___after_direct_mode_switch/comment_5_bccc53d2d6f659f21965042a057358f5._comment diff --git a/doc/bugs/rename:_permission_denied__44___after_direct_mode_switch/comment_5_bccc53d2d6f659f21965042a057358f5._comment b/doc/bugs/rename:_permission_denied__44___after_direct_mode_switch/comment_5_bccc53d2d6f659f21965042a057358f5._comment new file mode 100644 index 0000000000..cd662bc9e2 --- /dev/null +++ b/doc/bugs/rename:_permission_denied__44___after_direct_mode_switch/comment_5_bccc53d2d6f659f21965042a057358f5._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://nicolas-schodet.myopenid.com/" + ip="2a01:e35:1381:3350:1e4b:d6ff:fe78:1ddb" + subject="comment 5" + date="2013-12-20T20:19:05Z" + content=""" +Yes, right, but symbolic links are not supposed to have flags... so the chflags does nothing... +"""]] From c4f119a751ec3de56dd0aeb1bfa65d6dc817e880 Mon Sep 17 00:00:00 2001 From: "http://nicolas-schodet.myopenid.com/" Date: Fri, 20 Dec 2013 20:28:19 +0000 Subject: [PATCH 2/2] Added a comment --- ...ent_6_ac8b3b042b882680f0eb0d53ade1ce15._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/bugs/rename:_permission_denied__44___after_direct_mode_switch/comment_6_ac8b3b042b882680f0eb0d53ade1ce15._comment diff --git a/doc/bugs/rename:_permission_denied__44___after_direct_mode_switch/comment_6_ac8b3b042b882680f0eb0d53ade1ce15._comment b/doc/bugs/rename:_permission_denied__44___after_direct_mode_switch/comment_6_ac8b3b042b882680f0eb0d53ade1ce15._comment new file mode 100644 index 0000000000..6232a77f81 --- /dev/null +++ b/doc/bugs/rename:_permission_denied__44___after_direct_mode_switch/comment_6_ac8b3b042b882680f0eb0d53ade1ce15._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="http://nicolas-schodet.myopenid.com/" + ip="2a01:e35:1381:3350:1e4b:d6ff:fe78:1ddb" + subject="comment 6" + date="2013-12-20T20:28:10Z" + content=""" +I finally managed to fix my repository by using this command: + + SetFile -P -a l 2013-07-31_180411.jpg + +This removes the \"locked\" attribute. After this command, the uchg flag is no longer set and I manage to use the repository normally. + +Still no idea on why it was set and whether this need a git-annex fix or not. +"""]]