Is their any SVN client Java library which i can use in a commercial development.
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.
2.1m questions
2.1m answers
60 comments
57.0k users