[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn still having problems with UNC pathes on CYGWIN

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-12-08 13:33:11 CET

Roland Schwingel wrote:
> Hi...
>
> A while ago I stumbled across a problem with svn when using it on cygwin
> together with UNC pathes. Yesterday I had the time to sort
> it out a bit. What is the problem? Try this on cygwin (fails both on svn
> 1.0.x and 1.1.x):
>
> svn info //server/share/path/to/working/copy
>
> This will badly fail with the message
> svn: '/server/share/path/to/working/copy' is not a working copy.
> (As one can see, there is a leading / missing)
>
> So I debugged in a bit and I think I found the problem. It is
> (un)fortunately in
> apr. apr_filepath_merge() does not take care about UNC pathes when
> compiled
> on cygwin (I am using the intree apr). I made a small hack to bypass
> that and now
> it appears to work.
>
> Now I have a more logistic problem. How to get this fixed permanently?
> Who shall
> I bother with my patch?

dev@apr.apache.org

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 8 13:34:42 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.