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

2

8

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

Standoffish answered 22/12, 2010 at 18:19 Comment(2)
Are you looking to use code from an SVN library developed in Java for your own commercial use? Please clarify your intent.Les
i want to connect to a svn repo using using java libraryStandoffish
M
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.

Miquelmiquela answered 23/12, 2010 at 0:4 Comment(0)
D
4

SVNKit (http://svnkit.com) has both open-source licensing (similar to the GPL) as well as a commercial licensing option.

Donnenfeld answered 15/6, 2011 at 9:10 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.