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

Re: [Subclipse-users] svnClientAdapter API question

From: Mark Phippard <markphip_at_gmail.com>
Date: Wed, 22 Apr 2009 13:44:32 -0400

On Wed, Apr 22, 2009 at 1:40 PM, Bharat Khatri <bharatkhatri_at_gmail.com> wrote:
> I posted this to forum with no response, so trying again here:
>
> I'm using the getInfo() method of ISVNClientAdapter in the
> svnClientAdapter API to get information about a specific revision of a
> file. Specifically I'm interested in the path of the file in the
> specific revision. The path I get is correct but is URI encoded
> (spaces are replaced by %20, etc.). To get the path from the returned
> object, I'm using the ISVNInfo.getUrlString() method. The path that
> I'm passing to the getInfo() method is not URI encoded, and I expect
> that the result should not be encoded either.
>
> Thanks for looking...

I think you meant that you posted to the issue tracker. This is
really the right place.

We pass back the info that came from the SVN API. I do not think we
should change it. I also doubt it would be very easy for us to know
whether the request had come in via a local path or a URL. If you do
not want to see encoded URL's, just run the URL through a routine that
decodes it.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=1863703
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2009-04-22 19:44:44 CEST

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.