Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

open source svn client java library which can be used in commercial development

Tags:

java

svn

Is their any SVN client Java library which i can use in a commercial development.

like image 961
changed Avatar asked Dec 22 '10 18:12

changed


1 Answers

The subversion project itself provides java bindings under the apache license like the rest of subversion. The apache license allows inclusion of the code in closed source projects, as long as you give proper attribution.

The SvnClientAdapter code in subclipse can wrap these java bindings to provide a friendlier higher-level API, under the same license.

like image 81
Wim Coenen Avatar answered Sep 17 '22 21:09

Wim Coenen