Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SVN java library [duplicate]

Possible Duplicate:
open source svn client java library which can be used in commercial development

I want to access SVN from a java program. I want a open source java library for SVN , except SVNkit. Since SVNKit is licenced I cannot use it. I need a open source one.

like image 311
Anandhakrishnan Avatar asked Apr 27 '12 07:04

Anandhakrishnan


1 Answers

SVNKit is open source and as far as i know is the only pure Java implementation out there, if you looking for an alternative, take a look at :

  • JavaHL
  • SvnClientAdapter

Each of them are not pure Java implementation but rely on an underling C library accessing it through JNI .

like image 102
aleroot Avatar answered Nov 04 '22 03:11

aleroot