summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-20 18:17:09 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-20 18:17:09 -0400
commit2d3c592aa4a8dd3483fb924a8818950a867fc4f9 (patch)
treec1a46209d620921ab0d7b82f1d91c934deaef13e
parent3927aede352f2ede8554feb4d99013bb22eded53 (diff)
parentb62ac3a73f99b01d3c8fe0a52831017ac16534ba (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/rename:_permission_denied__44___after_direct_mode_switch/comment_5_bccc53d2d6f659f21965042a057358f5._comment8
-rw-r--r--doc/bugs/rename:_permission_denied__44___after_direct_mode_switch/comment_6_ac8b3b042b882680f0eb0d53ade1ce15._comment14
2 files changed, 22 insertions, 0 deletions
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 000000000..cd662bc9e
--- /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...
+"""]]
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 000000000..6232a77f8
--- /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.
+"""]]