From 2a93f6285fc94e817deab824ddba91a8cf7084b2 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 15 Oct 2013 18:29:10 +0000 Subject: [PATCH] Added a comment --- ...ent_1_7f01104de38a6a319a8f36aa1dc8b4b3._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/bugs/cross_platform_permissions_woes/comment_1_7f01104de38a6a319a8f36aa1dc8b4b3._comment diff --git a/doc/bugs/cross_platform_permissions_woes/comment_1_7f01104de38a6a319a8f36aa1dc8b4b3._comment b/doc/bugs/cross_platform_permissions_woes/comment_1_7f01104de38a6a319a8f36aa1dc8b4b3._comment new file mode 100644 index 0000000000..a3116cdcf2 --- /dev/null +++ b/doc/bugs/cross_platform_permissions_woes/comment_1_7f01104de38a6a319a8f36aa1dc8b4b3._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="64.134.31.139" + subject="comment 1" + date="2013-10-15T18:29:10Z" + content=""" +Based on the '/linux/annex/' path, your \"linux\" git remote is set up using some sort of network mount of your Linux box to Windows. + +If that's the case, then rsync is running on Windows and probably doesn't know anything about permissions, to probably does something horrible when it's told to write a file to the linux filesystem. + +If I'm right about that, I can easily fix it, by making git-annex on Windows not use rsync for such file to file copies. But I first need you to verify if I'm right about how your \"linux\" git remote is configured. + +(Also, you should be able to work around the problem by changing the git remote to use a ssh:// url to the linux system.) +"""]]