SVNURL.parseURIDecoded deprecated in 1.7.5-v1

2012-07-22 Thread Evan McLean
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

2012-07-26 Thread Evan McLean
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