diff options
author | hq <hq@FreeBSD.org> | 2005-09-01 01:15:12 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-09-01 01:15:12 +0800 |
commit | f0e9eeda958dd7c1e83a60392243fe6837017e8f (patch) | |
tree | 19b77d7b59fa64bdcae847b499aa734711003973 /devel/javasvn/pkg-descr | |
parent | 2ddba891e3129e1fbc20a66c3f126608d33049b7 (diff) | |
download | freebsd-ports-gnome-f0e9eeda958dd7c1e83a60392243fe6837017e8f.tar.gz freebsd-ports-gnome-f0e9eeda958dd7c1e83a60392243fe6837017e8f.tar.zst freebsd-ports-gnome-f0e9eeda958dd7c1e83a60392243fe6837017e8f.zip |
JavaSVN is a pure Java Subversion client library.
You would like to use JavaSVN 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, JavaSVN doesn't need any
additional configuration or native binaries to work on any OS that runs Java.
JavaSVN Features:
* No external binaries or libraries are needed.
* JavaSVN 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://tmate.org/svn/
PR: 84613
Submitted by: Gerrit Beine <tux@pinguru.net>
Diffstat (limited to 'devel/javasvn/pkg-descr')
-rw-r--r-- | devel/javasvn/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/javasvn/pkg-descr b/devel/javasvn/pkg-descr new file mode 100644 index 000000000000..a5a4f913ad31 --- /dev/null +++ b/devel/javasvn/pkg-descr @@ -0,0 +1,15 @@ +JavaSVN is a pure Java Subversion client library. + +You would like to use JavaSVN 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, JavaSVN doesn't need any +additional configuration or native binaries to work on any OS that runs Java. + +JavaSVN Features: + +* No external binaries or libraries are needed. +* JavaSVN 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://tmate.org/svn/ |