505152535455565758
} // Validate repository auth if (svnUser.isEmpty() != svnPassword.isEmpty()) { throw new BadReposAuthException(svnUser, svnPassword, "Empty repository user or password"); } }