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 shoild not be encoded either.
Thanks for looking...
Description
Metadata Imported from Tigris (Issue 901)