diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2010-08-13 19:04:50 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-14 19:35:38 -0700 |
commit | 24f1136894b6db0a21b7b89a77da2ae2909487e9 (patch) | |
tree | 63a35c5342fa31d2da36a57c3c6852e043480422 /Documentation | |
parent | vcs-svn: Avoid %z in format string (diff) | |
download | tgif-24f1136894b6db0a21b7b89a77da2ae2909487e9.tar.xz |
t9010 (svn-fe): use Unix-style path in URI
Ever since v1.6.3-rc0~101^2~14 (Tests on Windows: $(pwd) must return
Windows-style paths, 2009-03-13), there is a subtle difference between
$(pwd) and $PWD in tests: the former returns Windows-style paths as
might be output by git and the latter Unix-style paths which msys
programs tend to prefer.
In file:// URIs, Unix-style paths are needed. Before: “svn export”
declares it cannot find
file://c:/apps/git/git/t/trash directory/simple-svco
After: “svn export” successfully finds
file:///c/apps/git/git/...
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions