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/*", "branches2/*", ] head = "branches1/b1" logs: | D svn2git::convert::stage1: importing SVN revision 2 D svn2git::convert::stage1: creating branch/tag "branches2/b1" from "branches1/b1" D svn2git::convert::stage1: creating branch/tag "branches2/b2" from "branches1/b2" 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: branches2/b1~0 parents: [branches1/b1~0] tree: x: type: normal data: "file x\n" - rev: branches2/b2~0 parents: [branches1/b2~0] tree: y: type: normal data: "file y\n"