Re: [PATCH setup 2/2] Improve file:// url handling

2018-03-08 Thread szgyg
On Tue, Mar 06, 2018 at 08:43:47PM +, Jon Turney wrote: > On 28/02/2018 11:51, SZAVAI Gyula wrote: > > [...] > > Most non-standard urls accepted by the old code should work, too. > > Paths longer than 260 characters are not supported anymore. > > Great, thanks! I applied these patches.

Re: [PATCH setup 2/2] Improve file:// url handling

2018-03-06 Thread Jon Turney
On 28/02/2018 11:51, SZAVAI Gyula wrote: As a repo url, we're accepting * raw windows paths (with both \ and /) c:\cygwin repo \\machine\share\cygwin repo * proper file: urls file:///c:/cygwin%20repo file://machine/share/cygwin%20repo Most non-standard urls accepted by the old code

[PATCH setup 2/2] Improve file:// url handling

2018-02-28 Thread SZAVAI Gyula
As a repo url, we're accepting * raw windows paths (with both \ and /) c:\cygwin repo \\machine\share\cygwin repo * proper file: urls file:///c:/cygwin%20repo file://machine/share/cygwin%20repo Most non-standard urls accepted by the old code should work, too. Paths longer than 260