Reputation: 979
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?
Upvotes: 2
Views: 6926