If you only need to perform extra checks, have you considered writing an
SVN pre-commit hook instead? I think that would be a simpler task than
writing an SVN proxy server.
- Andy
On 12/7/2011 7:59 AM, syntern wrote:
+1 for this question
Any advice or success story on this use case?
Thanks,
Istvan
RaphaelJ wrote:
Hello,
I am considering SVNKit to develop a SVN "proxy" with some extra checks.
Typically, I would like to have a local repository on some server and have
SVNKit as the main gateway to this repository. It would enable access to
the repository via the SVN protocol.
I would like to setup extra hooks on this server, to process some checks
(like validation of xml files upon commit). Do you think this is possible
for SVNKit ?
Do you have any example of how to achieve that ?
Thanks in advance,
Raphael