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
introduced any issues so far, so I'll see how it goes.

Can I suggest in the future that when deprecating, you include
documentation on what you should use/do instead?

Thanks.

E.

On 23 July 2012 22:37, Dmitry Pavlenko <pavle...@tmatesoft.com> wrote:

> You may use SVNEncodingUtil#uriEncode, SVNEncodingUtil#autoURIEncode and
> SVNEncodingUtil#uriDecode
> for encoding/decoding.
>
> Usually in SVN decoded URLs are not used at all. I think making
> SVNURL#parseURIDecoded deprecated
> will prevent calling wrong method for URL-parsing.
>
> > 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.
>

Reply via email to