summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-07 13:37:05 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-07 13:37:05 -0400
commit302e8a4586d8aeeb26e3e43bcae53c3871498fdc (patch)
treee38de4e46861351e9dd1c12f49c94b31aae4adfe
parent719d1457c3b64a00ac53c18e8e8b970b03b7ec39 (diff)
comment
-rw-r--r--doc/bugs/git_annex_test_fails_when_run_through_powershell/comment_1_014466c5da1922d34a498648baeeba26._comment18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_test_fails_when_run_through_powershell/comment_1_014466c5da1922d34a498648baeeba26._comment b/doc/bugs/git_annex_test_fails_when_run_through_powershell/comment_1_014466c5da1922d34a498648baeeba26._comment
new file mode 100644
index 000000000..6034f9d55
--- /dev/null
+++ b/doc/bugs/git_annex_test_fails_when_run_through_powershell/comment_1_014466c5da1922d34a498648baeeba26._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-07-07T17:23:51Z"
+ content="""
+Could you paste more of the output, in particular you only pasted where it
+says that the addurl test failed, but didn't show any error message there
+might have been for that test.
+
+The "cannot move" message is not an error message from an external "mv"
+command. This error comes from Win32.moveFileEx, which fails on cross-device
+renames.
+
+Of course, import is supposed to work across devices, and the code
+calls `moveFile`, which is supposed to catch rename errors and fall
+back to an external mv command. Seems that fallback is not working on
+Windows.
+"""]]