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

svn blame: url encoding problem

From: YoungSoo Lee <authere_at_gmail.com>
Date: 2004-08-19 04:35:25 CEST

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
Received on Thu Aug 19 04:35:49 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.