summaryrefslogtreecommitdiff
path: root/doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmmPHsszTlpa3s3x_LEzmEYkZfEmqq7IjU <Jan@web>2012-11-05 01:23:41 +0000
committerGravatar admin <admin@branchable.com>2012-11-05 01:23:41 +0000
commitb93537f85662526c03ae2357998ff81c22ac2586 (patch)
tree4e9dd0390f2bf1de071eea195a3c369144939f09 /doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_
parent84c6071a560ea386a5384ca7e71bcd08d9e1d895 (diff)
Added a comment
Diffstat (limited to 'doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_')
-rw-r--r--doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_/comment_2_d9ae61a7c3f1eb243ca650945b40f21d._comment19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_/comment_2_d9ae61a7c3f1eb243ca650945b40f21d._comment b/doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_/comment_2_d9ae61a7c3f1eb243ca650945b40f21d._comment
new file mode 100644
index 000000000..98d42e59d
--- /dev/null
+++ b/doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_/comment_2_d9ae61a7c3f1eb243ca650945b40f21d._comment
@@ -0,0 +1,19 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawmmPHsszTlpa3s3x_LEzmEYkZfEmqq7IjU"
+ nickname="Jan"
+ subject="comment 2"
+ date="2012-11-05T01:23:41Z"
+ content="""
+Thanks for the quick response :)
+I think the problem is that the os x cp does not support ''--reflink\" (and gnu long options). I guess I could install gnu coreutils through homebrew, though those will be prefixed with a g in the name.
+My OS version is 10.6.8 btw.
+
+ % git annex --debug unlock FILENAME
+ [2012-11-04 20:17:47 EST] read: git [\"--git-dir=/PATH/.git\",\"--work-tree=/PATH\",\"ls-files\",\"--cached\",\"-z\",\"--\",\"FILENAME\"]
+ unlock FILENAME (copying...) [2012-11-04 20:17:47 EST] call: cp [\"--reflink=auto\",\"-a\",\"/PATH/.git/annex/objects/8P/Qp/SHA256-s7173120--33c3482bf70807bb5caede9859d10a73bda9279f08340556188c93dea7e5be05/SHA256-s7173120--33c3482bf70807bb5caede9859d10a73bda9279f08340556188c93dea7e5be05\",\"/PATH/.git/annex/tmp/SHA256-s7173120--33c3482bf70807bb5caede9859d10a73bda9279f08340556188c93dea7e5be05\"]
+ cp: illegal option -- -
+ usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file target_file
+ cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file ... target_directory
+ git-annex: copy failed!
+
+"""]]