String svnPassword) throws Exception {
String username = svnUsername;
String password = svnPassword;
try {
this.repository = SVNRepositoryFactory.create( SVNURL.parseURIEncoded( url ) );
ISVNAuthenticationManager authManager = SVNWCUtil.createDefaultAuthenticationManager( username,
password );
repository.setAuthenticationManager( authManager );
SVNNodeKind nodeKind = repository.checkPath( "",
-1 );