Is there a Java solution to svnserve like svnkit is to subversion in Java?
views:
35answers:
1
A:
The svnserve program is a lightweight server. You can use svnkit and use scheme svn:// or svn+ssh:// to interact via java with svnserve.
If you are looking for a subversion server implementation in java, I don't think there is something available like that.
Joseph Kulandai
2010-02-17 07:17:21