Curious if there any API wrappers for Git and Subversion for Java?
I want to be able to pullup the changesets and souce code (and diffs) from Subversion and Git repos.
Is this possible? Any pre-built APIs?
Curious if there any API wrappers for Git and Subversion for Java?
I want to be able to pullup the changesets and souce code (and diffs) from Subversion and Git repos.
Is this possible? Any pre-built APIs?
jGit is an implementation of git in Java.
SvnClientAdapter will connect to SVN using various different methods.
Check out svnkit for a java-based subversion implemention. There are also subversion bindings to java distributed with subversion at http://subversion.tigris.org/
jgit has a java implementation for git.
A quick google search found some results, although I can't say I've used them so their usefulness is unknown