Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SVNKit alternative

Tags:

java

svn

Does anyone know of a good Java Subversion library? I'd use SVNKit but it's only open source if the code you're working on is open source.

like image 494
Kurt Avatar asked Apr 26 '11 17:04

Kurt


1 Answers

SvnClientAdapter is a high level Java subversion library that is Apache licensed and can use multiple low-level implementations depending on your needs. It is the library that Subclipse uses.

like image 112
Michael Greene Avatar answered Sep 26 '22 00:09

Michael Greene