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

Re: svn ls shows escaped paths

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-06-02 07:14:28 CEST

On Mon, 2003-06-02 at 01:12, Greg Stein wrote:
> > * subversion/libsvn_ra_dav/fetch.c
> > (svn_ra_dav__get_dir): URI-decode the dirent names before using them
> > as hash keys.
>
> I don't think that is correct. URI decoding is a destructive operation. The
> RA user will not be able to use the returned values for further operation.
>
> The URI decoding should happen at the edge of the system. Not down in the
> middle of it.

Perhaps I'm confused as to what you're suggesting. How far towards the
edge do you want to push this encoding? If you're not using ra_dav, I
don't think there's any need to URI-encode dirent names at all.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 2 07:15:23 2003

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.