SVN java library [duplicate]
Asked Answered
P

1

8

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

I want to access SVN from a java program. I want a open source java library for SVN , except SVNkit. Since SVNKit is licenced I cannot use it. I need a open source one.

Petersen answered 27/4, 2012 at 7:27 Comment(2)
SVNKit is dual licensed. It is free for open source projects.Orthopteran
@Atilla : but i need it for commercial project.Petersen
M
5

SVNKit is open source and as far as i know is the only pure Java implementation out there, if you looking for an alternative, take a look at :

Each of them are not pure Java implementation but rely on an underling C library accessing it through JNI .

Micrography answered 27/4, 2012 at 7:37 Comment(1)
Note: SVNKit is GPL dual licensed open source. So you need a commercial license, if you want to use it inside a commercial application!Denby

© 2022 - 2024 — McMap. All rights reserved.