SVN Java Library

Possible duplicate:
Open source Java library svn client, which can be used in commercial development

I want to access SVN from a java program. I need an open source Java library for SVN besides SVNkit. Since SVNKit is licensed, I cannot use it. I need open source.

+6
source share
1 answer

SVNKit is open source, and as far as I know, this is the only pure Java implementation, if you are looking for an alternative, look:

Each of them is not a pure Java implementation, but relies on a subclass library of C that accesses it through JNI.

+3
source

Source: https://habr.com/ru/post/914303/


All Articles