File: EvilLinker_needs_to_escape_spaces_in_user_name.mdwn

package info (click to toggle)
git-annex 5.20141125
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 37,828 kB
  • ctags: 583
  • sloc: haskell: 42,582; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (18 lines) | stat: -rw-r--r-- 575 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
### 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

[[!tag confirmed]]