From 30398456a03b8a838427b6dcb2024d1debf689d0 Mon Sep 17 00:00:00 2001 From: bnikolic Date: Wed, 28 May 2014 21:25:57 +0000 Subject: [PATCH] --- ...nker_needs_to_escape_spaces_in_user_name.mdwn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/bugs/EvilLinker_needs_to_escape_spaces_in_user_name.mdwn diff --git a/doc/bugs/EvilLinker_needs_to_escape_spaces_in_user_name.mdwn b/doc/bugs/EvilLinker_needs_to_escape_spaces_in_user_name.mdwn new file mode 100644 index 0000000000..d5a2deccf8 --- /dev/null +++ b/doc/bugs/EvilLinker_needs_to_escape_spaces_in_user_name.mdwn @@ -0,0 +1,16 @@ +### Please describe the problem. + +git-annex build on Windows does not complete when user name has a space in it + +### What steps will reproduce the problem? + +Build git-annex from scratch as described on the Windows page of the guide when running as user Joe Blogs + + +### What version of git-annex are you using? On what operating system? + +Windows 7 Prof, Cygwin install on 28/5/2014 + +### Please provide any additional information below. + +The problem arises in escapeDosPaths of EvilLinker: windows usernames can have spaces in them which also need escaping