mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-01 02:55:56 +01:00
Fix bugs in svn and source tree for folders with a % in the name (#1818)
* Update svnkit to 1.10.3-scm1 to fix handling of path with % in the name * Fix source tree and breadcrumb navigation for folders with a % in the name
This commit is contained in:
@@ -27,7 +27,7 @@ plugins {
|
||||
id 'org.scm-manager.smp' version '0.8.5'
|
||||
}
|
||||
|
||||
def svnkitVersion = '1.10.1-scm2'
|
||||
def svnkitVersion = '1.10.3-scm1'
|
||||
|
||||
dependencies {
|
||||
implementation("sonia.svnkit:svnkit:${svnkitVersion}") {
|
||||
|
||||
Reference in New Issue
Block a user