Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

mod_dav_svn replacement in java?

Tags:

java

svn

Is there a replacement for mod_dav_svn in java that I could deploy to tomcat/jboss? I have a fully java envrionment that I'd like to integrate subversion into without deploying apache. I've found libraries for subversion in java but not an actual dav based service.

Thanks Marc

like image 541
mlbiam Avatar asked Mar 19 '26 04:03

mlbiam


1 Answers

It just got possible now thanks to SVNKit:

For an example take a look here: SCM-Manager or here: Raysforge

like image 82
Ray Hulha Avatar answered Mar 22 '26 12:03

Ray Hulha