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

URL problem - rethrown

From: Marculescu Paul <paul_at_compaq.p16.pub.ro>
Date: 2002-05-31 18:31:17 CEST

So, nobody to enlighten me about the URL problem?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

e. 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?

I'm not sure what light is throwable here.

The simple explanation here is that ra_local (svn_ra_local__split_URL)
removes the file:// part of the URL, which leaves an absolute path.
Then it starts searching down the absolute path, trying to open a
repository at each path component. Once it's able to open a
repository, it assumes the remaining path is one which exists *within*
the repository.

Should this function somehow be looking for windows drive letters?
Should APR be helping out here somehow (I hope?)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 1 14:11:57 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.