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

Re: URL problem

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-06-02 23:51:52 CEST

Paul Marculescu wrote:

>Hello!
>
>This is a problem I first run into some time ago. Back then, Kevin told
>me:
>
>
>>Our URL parsing code _STILL_ doesn't recognize paths with a drive spec in
>>them.
>>
>>
>
>The problem is described below.
>
>I set up a local repository on my Windows 2000 in D:\svntest\repos.
>When I run svn co the URL is file:///svntest/repos. This is ok as long
>as I run the command from somewhere on drive D:
>
>But, when I run it from, let's say, E:\ I get:
>
>E:\>svn co file:///svntest/repos -d d:/svntest/wc
>
>svn_error: #21097 : <Couldn't find a repository.>
> Unable to open an ra_local session to URL
>
>svn_error: #21097 : <Couldn't find a repository.>
> svn_ra_local__split_URL: Unable to find valid repository
>
>which makes sense, but how can I specify the full path in the URL so
>that it doesn't depend on the run path of svn?
>
>
>I was wondering what is the status with this issue. I don't know how DB
>routines handle the path, but I made some debug and I think the problem
>is somehow in the way the URL is parsed in svn_ra_local__split_URL().
>
>Could you please throw some light on this?
>
>
As I've said before:

    * First, we have to replace our URL parsing code with the utilities
      from apr-util
    * Then fix apr-util to do the right thing on Windows.

It would be great if somebody that uses subversion on Windows (hint,
hint!) could look into that. It's really not much work.

I'd do it myself, but my time machine can't squeze more than 26 hours in
a day ...

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jun 2 23:52:18 2002

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.