[PATCH 1/2] git-svn: enable "svn.pathnameencoding" on dcommit

2016-02-08 Thread Kazutoshi Satoda
L") which happen only when a commit involves a change on non-ASCII path. Signed-off-by: Kazutoshi SATODA --- perl/Git/SVN/Editor.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl/Git/SVN/Editor.pm b/perl/Git/SVN/Editor.pm index c50176e..d9d9bdf 100644 --- a/perl/Git/SVN/Editor.pm ++

[PATCH 0/2] enable "svn.pathnameencoding" on dcommit

2016-02-08 Thread Kazutoshi Satoda
an be seen as a separate fix, but it takes effect only after the first one. Kazutoshi SATODA (2): git-svn: enable "svn.pathnameencoding" on dcommit git-svn: apply "svn.pathnameencoding" before URL encoding perl/Git/SVN/Editor.pm | 4 +++- 1 file changed, 3 insertions(+), 1

[PATCH 2/2] git-svn: apply "svn.pathnameencoding" before URL encoding

2016-02-08 Thread Kazutoshi Satoda
tem has no item: '...' path not found" when sending a rename (or a copy) from non-ASCII path. Signed-off-by: Kazutoshi SATODA --- perl/Git/SVN/Editor.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl/Git/SVN/Editor.pm b/perl/Git/SVN/Editor.pm index d9d9bdf.

Re: [PULL] svn pathnameencoding for git svn dcommit

2016-02-15 Thread Kazutoshi Satoda
On 2016/02/15 9:52 +0900, Eric Wong wrote: > I've amended tests to both commits, but the URL encoding one > requires an HTTP server to test effectively. Thank you for the tests. But, on my environment, both of them failed unexpectedly. (Windows 7 SP1, x86_64 Cygwin, LANG=ja_JP.UTF-8) For now, I d

Re: [PULL] svn pathnameencoding for git svn dcommit

2016-02-16 Thread Kazutoshi Satoda
On 2016/02/16 15:33 +0900, Eric Wong wrote: > Kazutoshi Satoda wrote: >> Thank you for the tests. But, on my environment, both of them failed >> unexpectedly. (Windows 7 SP1, x86_64 Cygwin, LANG=ja_JP.UTF-8) ... >> > Untracked files: >> > svnrepo/ >&

Re: [PULL] svn pathnameencoding for git svn dcommit

2016-02-21 Thread Kazutoshi Satoda
On 2016/02/21 8:37 +0900, Eric Wong wrote: > Kazutoshi Satoda wrote: ... >> Setting LC_ALL=C.UTF-8 in the test 11-12 made them pass on Cygwin. >> Same change made the previous version also pass. Please find the patch >> in the attached output of git format-patch. > &g

Re: [PATCH] tests: remove unused full-svn-test target

2016-02-22 Thread Kazutoshi Satoda
On 2016/02/22 12:08 +0900, Eric Wong wrote: > git-svn has not supported GIT_SVN_NO_OPTIMIZE_COMMITS for > the "set-tree" sub-command in 9 years since commit 490f49ea5899 > ("git-svn: remove optimized commit stuff for set-tree"). > > So remove this target to avoid confusion. > diff --git a/t/Makef

Re: [PATCH 1/1] t9115: Skip pathnameencoding=cp932 under HFS

2016-03-19 Thread Kazutoshi Satoda
On 2016/03/17 14:35 +0900, Torsten Bögershausen wrote: > On 2016-03-17 06.16, Torsten Bögershausen wrote: ... > And the pathch is here: > > > Kazutoshi, could you re-test on your environment ? The test 11,12 was skipp

Re: [PATCH 1/1] t9115: Skip pathnameencoding=cp932 under HFS

2016-03-19 Thread Kazutoshi Satoda
On 2016/03/15 16:09 +0900, Eric Wong wrote: > Torsten Bögershausen wrote: >> On 03/15/2016 02:59 AM, Eric Wong wrote: >> >[] >> >I just edited locally and pushed those out to Junio: >> > >> >http://mid.gmane.org/20160315015726.ga25...@dcvr.yhbt.net >> > >> >> The new TC 11/12 don't pass under cyg

Re: [PATCH 1/1] t9115: Skip pathnameencoding=cp932 under HFS

2016-03-19 Thread Kazutoshi Satoda
On 2016/03/17 14:16 +0900, Torsten Bögershausen wrote: > On 2016-03-16 18.37, Kazutoshi Satoda wrote: >> "funcky" looks a typo. >> >>>> Don't use funky file names, that can not be created under >>>> HFS or NTFS. >> >> The