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

Support for UNC paths broken in 1.6.X

From: Bert Huijben <rhuijben_at_sharpsvn.net>
Date: Fri, 6 Mar 2009 15:34:14 +0100

Hi,

I just found out that the support for UNC paths (\\server\share\path) is
broken in 1.6.X.
svn_path_canonicalize() normalizes this example to /server/share/path in
1.6, while it normalized to //server/share/path in 1.5.

(The situation in trunk is better as I started moving over the code to
svn_dirent_*() and svn_uri_*())

Looking at this issue now.

        Bert

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1277562
Received on 2009-03-06 15:34:34 CET

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.