[ https://issues.apache.org/jira/browse/SCM-813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15067287#comment-15067287 ]
Jakub Bochenski commented on SCM-813: ------------------------------------- This is the logged command: {code}Executing: /bin/sh -c cd /home/jenkins/.jenkins/workspace/Foo/bar && svn --non-interactive copy --file /tmp/maven-scm-949188058.commit . svn+ssh://s...@svn.acme.com/repos/branches/bar/2.4/2.4.0{code} > SVN fails when trying to create a branch with nested folders > ------------------------------------------------------------ > > Key: SCM-813 > URL: https://issues.apache.org/jira/browse/SCM-813 > Project: Maven SCM > Issue Type: Bug > Components: maven-scm-provider-svn > Affects Versions: 1.9.4 > Reporter: Jakub Bochenski > Priority: Critical > > It's impossible to have a branch like {{Major/Major.Minor/}} instead of just > {{Major.Minor/}}, because the svn plugin will fail on missing parent e.g. > {code}svn: E160013: Commit failed (details follow): > svn: E160013: File not found: transaction '159463-3n0p', path > '/branches/foo/1/1.1'{code} > It should use the --parent switch -- This message was sent by Atlassian JIRA (v6.3.4#6332)