Newbie here in SVNKit. I am having a hard time trying to figure out how to authenticate in my svn repository.
Basically, when I connect to my repository using command line SVN code, it tells me to accepts some certificate and request for my user name and password. It uses https also.
But using the code that I see from the wiki, it says something like this but this does not work readily.
ISVNAuthenticationManager authManager =
SVNWCUtil.createDefaultAuthenticationManager(name, password);
I read somewhere regarding creating your own authentication provider but can't seem to find enough code that will tell me how this is done.
How can I authenticate to an svn repository using SSL and certificates?