mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-01 11:05:56 +01:00
merge with branch 1.x
This commit is contained in:
@@ -40,7 +40,6 @@ import com.google.common.io.Closeables;
|
||||
|
||||
import sonia.scm.repository.Repository;
|
||||
import sonia.scm.repository.SvnRepositoryHandler;
|
||||
import sonia.scm.repository.SvnUtil;
|
||||
import sonia.scm.repository.api.Command;
|
||||
|
||||
//~--- JDK imports ------------------------------------------------------------
|
||||
|
||||
@@ -78,7 +78,7 @@ public class SvnCollectionRenderer implements CollectionRenderer
|
||||
|
||||
/** Field description */
|
||||
private static final String RESOURCE_SVNINDEX =
|
||||
"sonia/scm/svn.index.mustache";
|
||||
"/sonia/scm/svn.index.mustache";
|
||||
|
||||
/**
|
||||
* the logger for SvnCollectionRenderer
|
||||
|
||||
@@ -75,7 +75,7 @@ public class SvnServletModule extends ServletModule
|
||||
Map<String, String> parameters = new HashMap<String, String>();
|
||||
|
||||
parameters.put(PARAMETER_SVN_PARENTPATH,
|
||||
System.getProperty("java.io.tmpdir"));
|
||||
System.getProperty("java.io.tmpdir"));
|
||||
serve(PATTERN_SVN).with(SvnDAVServlet.class, parameters);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user