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

Re: Issue for Windows drives in URL's - a la file://h/svn/

From: <cmpilato_at_collab.net>
Date: 2003-01-22 22:22:25 CET

Tim Kemp subversion@kempy.co.uk writes:

 Hi all,
 
 Is there an issue raised for this (I couldn't find one).

This from libsvn_ra_local/split_url.c:

  /* On Windows, we'll typically have to skip the leading / if the
     path starts with a drive letter. Like most Web browsers, We
     support two variants of this schema:

         file:///X:/path and
         file:///X|/path

    Note that, at least on WinNT and above, file:////./X:/path will
    also work, so we must make sure the transformation doesn't break
    that, and file:///path (that looks within the current drive
    only) should also keep working. */

So, try file:///H:/svn/ .

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:07:01 2006

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.