X-Recipient: archive-cygwin@delorie.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:message-id:date:from:reply-to:mime-version:to
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=OhQzESqXbfag0q6h
	49yC3qdZLzr/iNzaL3eaoG+moMqtc7mTDvSSgaSj34KPS/3pQ1RIoAM4wlWYaMm+
	aBrOqo1Vwl4EWbS/GW/eh+Y2eTmKqnyZjgM1a1VgEyGzUyDxcVrYjH0vTwKgyJUl
	hIWCC98qbWBHWAUIXVkBQgyrdgQ=
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:message-id:date:from:reply-to:mime-version:to
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=qV6MlkxOJKG0rL0oULTrr3
	zBGuI=; b=JYw2XQmNchIgmHnKV5qfS31LWCn/FytimvQ7iyTeB7KmqqO+EykXcH
	sGdHLXByKi+YG9XsXmkz33lKFhaBdP37ibVidKQmaeS6aOBieYEGyfqDHn8Lqx09
	s6hVfk/H1Ewo86nvWsggeSKLmpwZBDD0qNxkTRIR/GRbnFyY8yU2M=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,SPF_PASS,TW_SV autolearn=ham version=3.3.1
Message-ID: <51A66732.3080103@acm.org>
Date: Wed, 29 May 2013 13:38:10 -0700
From: David Rothenberger <daveroth@acm.org>
Reply-To: cygwin <cygwin@cygwin.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: regression in subversion with 1.7.18 (and .19)
References: <CACUHbYOt3CrAh6h+xkkYCXbLzvfLFtkc=juONu8j__AVn-saeA@mail.gmail.com> <51A3E069.4010209@acm.org>
In-Reply-To: <51A3E069.4010209@acm.org>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

David Rothenberger wrote:
> On 5/27/2013 2:34 PM, David Boyce wrote:
>> I've encountered a regression in svn client behavior between Cygwin
>> 1.7.17 and 1.7.18. I also tried today's snapshot which doesn't fix it,
>> though I suspect the problem is actually in the svn port to Cygwin,
>> not the DLL (by way of evidence I downgraded a 1.7.18 install to use
>> cygwin1.dll from 1.7.17 and it fails the same way).
> 
> The problem is in the svn port for Cygwin, as you mentioned. When
> building svn for Cygwin 1.7, I removed support for DOS paths. This
> unintentionally removed support for UNC paths as well.
> 
> I'll see what I can do to restore UNC path support without also enabling
> DOS path support.

I think the recently release subversion-1.7.9-2 package will fix your
problem. It does not fix all uses of UNC paths, especially those passed
on the command line (e.g., "svn status //server/share" or "svn export
//server/share") because those require teaching libapr1 about UNC paths,
which I haven't done (yet?).

Still, I think it will support your use case of the config directory on
a UNC share.

Please give it a shot and let me know.

-- 
David Rothenberger                spammer? -> spam@daveroth.dyndns.org
GPG/PGP: 0x7F67E734, C233 365A 25EF 2C5F C8E1 43DF B44F BA26 7F67 E734

Consultant, n.:
        Someone who'd rather climb a tree and tell a lie than stand on
        the ground and tell the truth.

--
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

