Hello, having a "ISVNAuthenticationProvider authenticationProvider", how can I get credentials to be used to access a Subversion repository with a command like "svn --username YYY --password XXX status". In other words, I'd like to re-use stored credentials dynamically to access a repo, but I'm not sure how to do it. Background: I'm inside a build server plugin, which uses the SVNKit.
Thank you. Regards Michael