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

前端 未结 2 1095
慢半拍i
慢半拍i 2020-12-10 16:29

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

相关标签:
2条回答
  • 2020-12-10 16:46

    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.

    0 讨论(0)
  • 2020-12-10 17:02

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

    0 讨论(0)
提交回复
热议问题