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.