summaryrefslogtreecommitdiff
path: root/devel/svnkit/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.0.3 [1]Herve Quiroz2006-04-041-1/+1
| | | | | | | | | | | - Use 'exec' to launch the JVM - Cleanup: unset USE_REINPLACE as REINPLACE_CMD is not even used PR: 93868 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=158755
* JavaSVN is a pure Java Subversion client library.Herve Quiroz2005-08-311-0/+17
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> Notes: svn path=/head/; revision=141606