Re: URL problem
From: Marculescu Paul <paul_at_compaq.p16.pub.ro>
Date: 2002-05-31 20:20:09 CEST
On 31 May 2002, Ben Collins-Sussman wrote:
> I'm not sure what light is throwable here.
The problem isn't in how the component paths are removed, but in how the URL is splited.
So, the repository is on D:/svntest/repos.
C:\> svn co file:///svntest/repos -d D:/svntest/wc
This doesn't work, because the ra_local routines try to open my repository
hostname = url_data + 7;
path becomes /D:/svntest/repos and the DB_WRAP() function called from
I suggest to modify the code in svn_ra_local__split_URL() to handle the
path = strchr (hostname, '/');
I wouldn't insist so much on this, but there must be a workarround for it,
> Then it starts searching down the absolute path, trying to open a
---------------------------------------------------------------------
|
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.