added hook support for subversion

This commit is contained in:
Sebastian Sdorra
2011-07-20 08:32:38 +02:00
parent bce393fdfc
commit bd1cdc0a88
7 changed files with 421 additions and 66 deletions

View File

@@ -85,7 +85,7 @@ public class SvnRepositoryHandlerTest extends SimpleRepositoryHandlerTestBase
File directory)
{
SvnRepositoryHandler handler = new SvnRepositoryHandler(factory,
new DefaultFileSystem());
new DefaultFileSystem(), null);
handler.init(contextProvider);