Which of libraries provide SVN server functionality(do only "svn commit")?

Thanks.

link|improve this question

I'm a little lazy. What I want to know? Now, I use apache mina for respond ssh connections. And If I work with JGit, this is awesome fast. I want only receive(svn commit action) data from remote user. JGit have receivePack method(with InputStream and OutputStream as remote connect) and it's fantastic magic. I'm searching simple example that explain me how to do that. Very thank you if you have time to show me how :) – Timothy Klim Jan 28 at 9:21
feedback

1 Answer

up vote 3 down vote accepted

Would this be what you're looking for? http://svnkit.com/

link|improve this answer
Yep, but documentation doesn't describe how to start own server and how control users connection. Any example, please? – Timothy Klim Jan 28 at 8:48
2  
It seems as if that library has comprehensive documentation. JavaDocs here: svnkit.com/javadoc/index.html. Here's a page that describes setting up a repository: wiki.svnkit.com/Setting_Up_A_Subversion_Repository – Dawood Jan 28 at 9:01
Awesome, man. I'm a little lazy. This part of documentation was read. What I want to know? Now, I use apache mina for respond ssh connections. And If I work with JGit, this is awesome fast. I want only receive(svn commit action) data from remote user. JGit have receivePack method(with InputStream and OutputStream as remote connect) and it's fantastic magic. I'm searching simple example that explain me how to do that. Very thank you if you have time to show me how :) – Timothy Klim Jan 28 at 9:16
I found answer: bitbucket.org/sdorra/scm-manager – Timothy Klim Jan 28 at 11:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.