Re: [PATCH 17/19] mingw: fix git-svn tests that expect chmod to work

2016-01-26 Thread Junio C Hamano
Johannes Schindelin writes: > This is my fault: there are two MINGW prereqs, and they guard against > trying to work with file names ending in a dot (which is illegal on > Windows' file systems). Ahh, I failed to notice that MINGW was protecting against the "dot" thing. So I was wrong; that one

Re: [PATCH 17/19] mingw: fix git-svn tests that expect chmod to work

2016-01-25 Thread Johannes Schindelin
Hi Junio, On Sun, 24 Jan 2016, Junio C Hamano wrote: > Johannes Schindelin writes: > > > From: 마누엘 > > > > Some git-svn tests expect that the executable bit of files can be > > toggled. On Windows, this is not possible because Windows' Access > > Control Lists are much more fine-grained than t

Re: [PATCH 17/19] mingw: fix git-svn tests that expect chmod to work

2016-01-24 Thread Junio C Hamano
Johannes Schindelin writes: > From: 마누엘 > > Some git-svn tests expect that the executable bit of files can be > toggled. On Windows, this is not possible because Windows' Access > Control Lists are much more fine-grained than the POSIX permission > concept. Let's just not try to flip the executa

[PATCH 17/19] mingw: fix git-svn tests that expect chmod to work

2016-01-24 Thread Johannes Schindelin
From: 마누엘 Some git-svn tests expect that the executable bit of files can be toggled. On Windows, this is not possible because Windows' Access Control Lists are much more fine-grained than the POSIX permission concept. Let's just not try to flip the executable bit. This lets t9118-git-svn-funky-b