svn-revs: - props: svn:log: create branches/b1 and branches/b2 nodes: - path: branches kind: dir action: add - path: branches/b1 kind: dir action: add - path: branches/b2 kind: dir action: add - path: branches/b1/x kind: file action: add text: "file x\n" - path: branches/b2/y kind: file action: add text: "file y\n" - props: svn:log: copy repository root to backup nodes: - path: backup kind: dir action: add copy-from-path: "" conv-params: | branches = [ "branches/*", "backup/branches/*", ] rename-branches."branches/*" = "*" head = "branches/b1" git-revs: - rev: b1~0 parents: [] tree: x: type: normal data: "file x\n" - rev: b2~0 parents: [] tree: y: type: normal data: "file y\n" - rev: backup/branches/b1~0 parents: [b1~0] tree: x: type: normal data: "file x\n" - rev: backup/branches/b2~0 parents: [b2~0] tree: y: type: normal data: "file y\n"