mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 07:55:47 +01:00
added hook support for subversion
This commit is contained in:
@@ -85,7 +85,7 @@ public class SvnRepositoryHandlerTest extends SimpleRepositoryHandlerTestBase
|
||||
File directory)
|
||||
{
|
||||
SvnRepositoryHandler handler = new SvnRepositoryHandler(factory,
|
||||
new DefaultFileSystem());
|
||||
new DefaultFileSystem(), null);
|
||||
|
||||
handler.init(contextProvider);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user