I want to implement a java program that connects to SVN repository server (eg. https://myrepository) and gets all the files and the folders inside it.
Do you know any java api can help me to reach this goal?
And how can I implement the authentication?
I’ve use svnkit in the past: http://svnkit.com/