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

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

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-07 19:17:40 CEST

On Wed, 2004-07-07 at 09:58, Peter N. Lundblad wrote:
> 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.

Urg, this seems pretty complicated. And it's not a critical issue. I'd
rather you focus your efforts on finishing #1715 ASAP. I can just push
this issue into 1.2.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 7 19:18:40 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.