X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:message-id:from:to:subject:mime-version :content-type; q=dns; s=default; b=PgzKvRoZixcVxieAYImpofaKbAT4Z iAZ73IEJ+q+/ltxno7RXwb8QLIe4y+1qSLr7Qi3jdXw9rMYJqZdC2dQJN1MTzghE rdBbbFe0NNMeatS6GiqWumg1YtK7AJxM0q0dX1SjFpQmcFeW01HgAcgrCj4wapDF 0RV5COtBXygEwc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:message-id:from:to:subject:mime-version :content-type; s=default; bh=EqjCpqr7wbkwN1lil5bZul7PO80=; b=kU3 EL0fEQ7plIicbN1Mcmp31wX/vovhd9xxn6FIFmLiKLkz8N6YVcpYmvdIJ8aWxfjE m3jmeoPh3IR+ChZa60WkMno0QoIq1dMo7XszN/46fctH5EEUEMGDw34COM6PWH3c PluX5KoGf6axVx46DtmhFTaPqskzYC2GC0VjHgzw= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*UA:6.0, H*u:6.0 X-HELO: scan2.ztv.ne.jp Date: Sun, 22 Apr 2018 15:04:21 +0100 Message-ID: From: Yasutaka Atarashi To: cygwin AT cygwin DOT com Subject: Cygwin subversion and UNC path User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.5 (i686-pc-mingw32) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII 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, cygwin check is described as defined(CYGWIN) instead of defined(__CYGWIN__). 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) Please consider to apply this modification. Regards, Yasutaka ATARASHI -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple