
Svnclientadapter is a high-level java api for subversion. it can use one of 3 low-level svn client implementations to provide access to the subversion api:
- javahl native (jni) subversion library
- javasvn (pure java) subversion api implementation
- svn command line client wrapper
this package contains the svnclientadapter library.