Is their any SVN client Java library which i can use in a commercial development.
Asked
Active
Viewed 6,399 times
8
-
Are you looking to use code from an SVN library developed in Java for your own commercial use? Please clarify your intent. – Bernard Dec 22 '10 at 19:20
-
i want to connect to a svn repo using using java library – changed Dec 22 '10 at 22:27
2 Answers
10
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.

Wim Coenen
- 66,094
- 13
- 157
- 251
4
SVNKit (http://svnkit.com) has both open-source licensing (similar to the GPL) as well as a commercial licensing option.

cbrisket
- 87
- 1
- 2
- 2