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

[Issue 1770] current status (was: Re: herding 1.1 issues into the corral)

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2004-07-07 16:58:06 CEST

On Tue, 6 Jul 2004, Ben Collins-Sussman wrote:

> ### 1770: non-ascii path truncated by 'svn blame'. Peter L, how close
> are you to fixing this?
>
This is fixed but not for all RA implementations. But the fix isn't
enough, I think. The problem is that just URI-encoding the path returned
from the svn_repos_find_root_path call (and appenging that to what
preceded the path in the URL) might not give the same string as the
original path part. One way to fix this, I beleive would be to count the
number of segments in the root path and remove the rest from the incoming
URL. The client relies on the lengths being the same length as the URL
used to open the RA session. Another approach would be to canonicalize the
URI with regards to the URI-encoding, but this is a bigger change and also
an API change since it makes stricter requirenments on a parameter.

I'll try this, but I'm not sure I will hit the time frame of 1.1. If
anyone else is intrerested, just tell me.

Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 7 17:03:24 2004

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.