svn-revs: - props: svn:log: create branches1/b1 and branches1/b2 nodes: - path: branches1 kind: dir action: add - path: branches1/b1 kind: dir action: add - path: branches1/b2 kind: dir action: add - path: branches1/b1/x kind: file action: add text: "file x\n" - path: branches1/b2/y kind: file action: add text: "file y\n" - props: svn:log: copy branches1 to branches2 nodes: - path: branches2 kind: dir action: add copy-from-path: branches1 conv-params: | branches = ["branches1/*"] head = "branches1/b1" logs: | D svn2git::convert::stage1: importing SVN revision 2 W svn2git::convert::stage1: copying branch/tag-container "branches1" to non-branch/tag-container "branches2" D svn2git::convert::stage1: committed on unbranched branch git-revs: - rev: branches1/b1~0 parents: [] tree: x: type: normal data: "file x\n" - rev: branches1/b2~0 parents: [] tree: y: type: normal data: "file y\n" - rev: unbranched~1 parents: [] tree: {} - rev: unbranched~0 parents: [unbranched~1] tree: branches2: type: dir branches2/b1: type: dir branches2/b1/x: type: normal data: "file x\n" branches2/b2: type: dir branches2/b2/y: type: normal data: "file y\n"