Alireza Noori
Alireza Noori

Reputation: 15253

Work with Subversion in Java, performance is VERY important

I wanted to work with Subversion in Java. The most important thing for me is performance. I want to be able to run these commands:

Currently I run these commands in command line and each time I get the result as a string and process it. But this approach is not very good for performance so I'm looking for a new library to work with in Java.

Also if you provide a documentation for me to help me use that library it would be appreciated.

Thanks.

Upvotes: 0

Views: 314

Answers (1)

Joseph Weissman
Joseph Weissman

Reputation: 5717

You may want to try SVNKit (pure Java lib for Subversion.)

Upvotes: 3

Related Questions