diff options
author | https://launchpad.net/~arand <arand@web> | 2013-03-10 21:01:34 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-03-10 21:01:34 +0000 |
commit | fe069253533237d65c81b22cb56fc0e9a87b046c (patch) | |
tree | 9bc3c4a51e64e96a62f8c7a04789308b81b0def1 /doc/bugs | |
parent | 0dfc013522d36bbe64f2b09a02f4beeb54b32f31 (diff) |
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/addurl_file:__47____47___doesn__39__t_work_with_spaces_in_filenames.mdwn | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/bugs/addurl_file:__47____47___doesn__39__t_work_with_spaces_in_filenames.mdwn b/doc/bugs/addurl_file:__47____47___doesn__39__t_work_with_spaces_in_filenames.mdwn new file mode 100644 index 000000000..7e135e34b --- /dev/null +++ b/doc/bugs/addurl_file:__47____47___doesn__39__t_work_with_spaces_in_filenames.mdwn @@ -0,0 +1,28 @@ +###What steps will reproduce the problem? + $ git annex addurl 'file:///$HOME/space file' --fast + addurl _$HOME_space%20file + unable to access url: file:///$HOME/space file + failed + git-annex: addurl: 1 failed + + $ git annex addurl 'file:///home/arand/space\ file' --fast + addurl _home_arand_space%5C%20file + unable to access url: file:///home/arand/space\ file + failed + git-annex: addurl: 1 failed + +###What is the expected output? What do you see instead? + +I guess it's semi-expected to fail since spaces aren't supposed to be in urls, but with file:// it would be nice if that restriction was lessened. + +###What version of git-annex are you using? On what operating system? + +Debian sid/experimental + + git-annex version: 4.20130227 + local repository version: 4 + default repository version: 3 + supported repository versions: 3 4 + upgrade supported from repository versions: 0 1 2 + + |