ocol and if no user's authentication provider implementation is set to the default manager, server certificates are accepted temporarily and therefore are not cached on the disk. To enable server CAs caching, a user should set an authentication provider implementation which {@link ISVNAuthenticationProvider#acceptServerAuthentication(SVNURL,String,Object,boolean) acceptServerAuthentication()} method must return {@link ISVNAuthenticationProvider#ACCEPTED}. That will switch on certificate on-the-disk caching.
How to get a default auth manager instance see {@link org.tmatesoft.svn.core.wc.SVNWCUtil}.
@version 1.3
@author TMate Software Ltd.
@since 1.2
@see org.tmatesoft.svn.core.io.SVNRepository