* storage is enabled, otherwise disabled
* @return a default implementation of the credentials and servers
* configuration driver interface
*/
public static ISVNAuthenticationManager createDefaultAuthenticationManager(File configDir, String userName, String password, File privateKey, String passphrase, boolean storeAuth) {
return new DefaultSVNAuthenticationManager(configDir, storeAuth, userName, password, privateKey, passphrase);
}