SVNURL.parseURIDecoded deprecated in 1.7.5-v1
Hi, SVNURL.parseURIDecoded has been deprecated in 1.7.5-v1, but the javadoc doesn't offer any explanation or alternative. What do we do if we are currently using this method? Thanks. E.
Re: SVNURL.parseURIDecoded deprecated in 1.7.5-v1
The SVNEncodingUtil class is in the org.tmatesoft.svn.core.internal.util package, which isn't included in the javadoc, and has no documentation in the class source anyway. I'm not sure that makes for a good recommendation. I ended up using SVNURL.parseURIEncoded and it doesn't seem to have introdu