sslManager.acknowledgeSSLContext(false, err);
}
break;
}
if (sslManager != null) {
sslManager.acknowledgeSSLContext(true, null);
SVNSSLAuthentication sslAuth = sslManager.getClientAuthentication();
if (sslAuth != null) {
mySSLManager = sslManager;
myRepository.getAuthenticationManager().acknowledgeAuthentication(true, ISVNAuthenticationManager.SSL, sslRealm, null, sslAuth);
}