1
0
mirror of https://github.com/git/git.git synced 2024-10-21 12:48:32 +02:00
git/perl
Kazutoshi Satoda 1b42f45255 git-svn: apply "svn.pathnameencoding" before URL encoding
The conversion from "svn.pathnameencoding" to UTF-8 should be applied
first, and then URL encoding should be applied on the resulting UTF-8
path. The reversed order of these transforms (used before this fix)
makes non-UTF-8 URL which causes error from Subversion such as
"Filesystem has no item: '...' path not found" when sending a rename (or
a copy) from non-ASCII path.

[ew: t9115 test case added (requires SVN_HTTPD_PORT set to test),
 squash LC_ALL=$a_utf8_locale export from Kazutoshi for Cygwin]

Signed-off-by: Kazutoshi SATODA <k_satoda@f2.dion.ne.jp>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
2016-02-22 02:29:36 +00:00
..
Git git-svn: apply "svn.pathnameencoding" before URL encoding 2016-02-22 02:29:36 +00:00
.gitignore
Git.pm Git.pm: stop assuming that absolute paths start with a slash 2016-01-26 13:42:59 -08:00
Makefile
Makefile.PL
private-Error.pm