Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ public SCMSource create(@NonNull String projectName) {
}

private SCMSource createSvnSource(String projectName, String id) {
return new ScmManagerSvnSourceBuilder(projectName, serverUrl, repository.mustGetUrl("http"), credentialsId)
String svnRepoId = repository.getNamespace() + "/" + repository.getName();
return new ScmManagerSvnSourceBuilder(projectName, serverUrl, svnRepoId, credentialsId)
.withId(id)
.withRequest(request)
.withIncludes(request.getSvnIncludes())
Expand Down