Re: Cygwin subversion and UNC path

2018-04-22 Thread David Rothenberger
On 4/22/2018 7:04 AM, Yasutaka Atarashi wrote: > Replacing all occurrences of defined(CYGWIN) with defined(__CYGWIN__) enables > Cygwin Subversion to handle UNC path. > For example, it could handle repositories checked out by TortoiseSVN from UNC > path. > (Replacing libsvn_subr is enough to fix)

Cygwin subversion and UNC path

2018-04-22 Thread Yasutaka Atarashi
Hi. I found a possible improvement for Cygwin Subversion. Currently, Cygwin Subversion can not handle UNC path correctly. 07-fix-path-tests.patch in Cygwin Subversion package says "But do support a little UNC". However, it does not work correctly. This is just because of a typo. In that patch,