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

Re: svn blame: url encoding problem

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2004-08-20 22:09:59 CEST

On Thu, 19 Aug 2004, YoungSoo Lee wrote:

> I am using following svn version. It seems encoded url doesn't work.
> svn, version 1.0.5 (r9954)
> compiled Jun 10 2004, 22:31:52
>
> Following command doesn't works:
>
> /usr/bin/svn blame
> 'file:///%2Fhome%2Finisoft%2Fsvn%2F%2Fsample%2Ftrunk%2Fctags%2Fc.c'
> svn: Missing changed-path information for revision 8 of
> 'F/sample/trunk/ctags/c.c'
>
This has to do with an URL being returned URI-decoded but it should have
been unchanged. This problem is fixed in 1.1. On the other hand, you
shouldn't URI-encode the slash in an URL, since it is a separator between
path segments.

Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 20 21:57:30 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.