From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85821 invoked by alias); 22 Apr 2018 14:04:32 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 85810 invoked by uid 89); 22 Apr 2018 14:04:32 -0000 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 Received: from scan2.ztv.ne.jp (HELO scan2.ztv.ne.jp) (61.198.53.235) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 22 Apr 2018 14:04:30 +0000 Received: from localhost (localhost [127.0.0.1]) by proscan2.ztv.ne.jp (Postfix) with SMTP id C9FE4800A0A2; Sun, 22 Apr 2018 23:04:27 +0900 (JST) Received: from ztvsmtp2.ztv.ne.jp (ztvsmtp2.ztv.ne.jp [210.236.160.102]) by scan2.ztv.ne.jp (Postfix) with ESMTP id A368F800A0A1; Sun, 22 Apr 2018 23:04:27 +0900 (JST) Received: from yak.mydns.jp (pc9163.amigo2.ne.jp [218.45.152.163]) by ztvsmtp2.ztv.ne.jp (Postfix) with ESMTP id 9C50C870B; Sun, 22 Apr 2018 23:04:27 +0900 (JST) Received: from HORRIFIC.yak.scn.tv (unknown [192.168.129.250]) by yak.mydns.jp (Postfix) with ESMTPSA id 119A65C2F; Sun, 22 Apr 2018 23:04:26 +0900 (JST) Date: Sun, 22 Apr 2018 14:04:00 -0000 Message-ID: From: Yasutaka Atarashi To: cygwin@cygwin.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 X-SW-Source: 2018-04/txt/msg00271.txt.bz2 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