From 07e57ca6bcd48077b89a9ded0e03aa29ab457373 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 13 Jan 2016 12:38:01 -0400 Subject: [PATCH] changelog for fix --- debian/changelog | 2 ++ ...omment_5_24782f9b1012a2935466ac358acea97b._comment | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 doc/forum/__34__git_annex_get__34___on_windows_fails_with_rsync_error/comment_5_24782f9b1012a2935466ac358acea97b._comment diff --git a/debian/changelog b/debian/changelog index 1002ce89f5..46aae45a67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -55,6 +55,8 @@ git-annex (6.20151219) UNRELEASED; urgency=medium of metadata containing a slash or backslash. * When annex.http-headers is used to set the User-Agent header, avoid sending User-Agent: git-annex + * Windows: Fix rsync cross-drive hack to work with msys2 rsync. + Thanks, Pieter Kitslaar. -- Joey Hess Sat, 19 Dec 2015 13:31:17 -0400 diff --git a/doc/forum/__34__git_annex_get__34___on_windows_fails_with_rsync_error/comment_5_24782f9b1012a2935466ac358acea97b._comment b/doc/forum/__34__git_annex_get__34___on_windows_fails_with_rsync_error/comment_5_24782f9b1012a2935466ac358acea97b._comment new file mode 100644 index 0000000000..d5d6f10993 --- /dev/null +++ b/doc/forum/__34__git_annex_get__34___on_windows_fails_with_rsync_error/comment_5_24782f9b1012a2935466ac358acea97b._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 5""" + date="2016-01-13T16:29:42Z" + content=""" +rsync thinks that "C:foo" is the file foo on host C. This makes it not +usable cross-drive on windows without some hack. + +So, this hack broke when the bundled rsync build was changed from the cygwin +build to the msys build. I'll apply pkitslaar's patch. +"""]]