mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
92448150f2
PR: ports/106475 Submitted by: maintainer (Gerrit Beine)
16 lines
650 B
Plaintext
16 lines
650 B
Plaintext
SVNKit is a pure Java Subversion client library.
|
|
|
|
You would like to use SVNKit when you need to access or modify Subversion
|
|
repository from your Java application, be it a standalone program, plugin or
|
|
web application. Being a pure Java program, SVNKit doesn't need any
|
|
additional configuration or native binaries to work on any OS that runs Java.
|
|
|
|
SVNKit Features:
|
|
|
|
* No external binaries or libraries are needed.
|
|
* SVNKit supports http, https, svn and svn+ssh connection protocols.
|
|
* Low level API allows effective direct Subversion repository access.
|
|
* Compatible with applications that already use native javahl bindings.
|
|
|
|
WWW: http://svnkit.com/
|