Valerio Emanuele
Valerio Emanuele

Reputation: 979

Java API to connect to SVN server via https protocol

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

Answers (1)

Domenic D.
Domenic D.

Reputation: 5366

I've use svnkit in the past: http://svnkit.com/

Upvotes: 3

Related Questions