You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by YoungSoo Lee <au...@gmail.com> on 2004/08/19 02:35:25 UTC

svn blame: url encoding problem

Hello,

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'

Followings works:
 /usr/bin/svn blame  'file:///home/inisoft/svn/sample/trunk/ctags/c.c'
 /usr/bin/svn log  'file:///home/inisoft/svn/sample/trunk/ctags/c.c'
 /usr/bin/svn log
'file:///%2Fhome%2Finisoft%2Fsvn%2F%2Fsample%2Ftrunk%2Fctags%2Fc.c'


Thanks in advance.
-- 
YoungSoo Lee

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

Re: svn blame: url encoding problem

Posted by "Peter N. Lundblad" <pe...@famlundblad.se>.
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