merge with branch 1.x

This commit is contained in:
Sebastian Sdorra
2014-06-04 15:51:19 +02:00
42 changed files with 1689 additions and 102 deletions

View File

@@ -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 ------------------------------------------------------------

View File

@@ -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

View File

@@ -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);
}
}