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:
- SVN Commit
- SVN Status
- SVN Add
- SVN Cat
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.
You may want to try SVNKit (pure Java lib for Subversion.)