Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Extracting SVN data with Java

Tags:

java

svn

Does anyone know a good Java lib that will hook into SVN so I can extract the data? I want the SVN comments, author, path, etc... Hopefully with this data I can build a better time management tracking system.

like image 807
Mark Spangler Avatar asked Oct 15 '22 19:10

Mark Spangler


1 Answers

You want SVNKit. It's dual-licensed, so you have to pay only if you're doing commercial work with it.

like image 172
jodonnell Avatar answered Oct 18 '22 23:10

jodonnell