From 0f282f5867346ccbdd3d35cafaf33f9216031682 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkxl76M-3zKZXFbFf6NY6c6y-78CSKGyJw" Date: Sat, 6 Jul 2013 06:20:43 +0000 Subject: [PATCH] --- ...TTP_sends_URLs_with_incorrect_separator.mdwn | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/bugs/On_Windows__44___annex_get_over_HTTP_sends_URLs_with_incorrect_separator.mdwn diff --git a/doc/bugs/On_Windows__44___annex_get_over_HTTP_sends_URLs_with_incorrect_separator.mdwn b/doc/bugs/On_Windows__44___annex_get_over_HTTP_sends_URLs_with_incorrect_separator.mdwn new file mode 100644 index 0000000000..6277426c84 --- /dev/null +++ b/doc/bugs/On_Windows__44___annex_get_over_HTTP_sends_URLs_with_incorrect_separator.mdwn @@ -0,0 +1,17 @@ +### Please describe the problem. +On Windows, attempting to annex get from a remote over HTTP fails. URLs which are nearly correct, but have incorrect slashes, are sent. + +### What steps will reproduce the problem? +1. Create an annex on Linux. +2. Configure repository for HTTP access +3. Clone annex on Windows. +4. "git annex get ." +5. git annex makes requests for urls like the following: http://host/repo/.git/annex/objects\<3-char-hash>\<3-char-hash>\SHA + +### What version of git-annex are you using? On what operating system? +Windows 7: 4.20140627-g8a36ec5 (from the git-annex download page) + +Debian Linux: 3.20120629 (from the package manager) + +### Please provide any additional information below. +placing a wrapper script in front of wget which replaces '\' with '/' works around the issue, and allows git annex get to complete.