svn-revs: - props: svn:log: init branches nodes: - path: trunk kind: dir action: add - path: branches kind: dir action: add - path: branches/b1 kind: dir action: add - props: svn:log: commit on trunk nodes: - path: trunk/x kind: file action: add text: "x\n" - props: svn:log: commit on branches/b1 nodes: - path: branches/b1/x kind: file action: add text: "y\n" - props: svn:log: delete trunk nodes: - path: trunk kind: dir action: delete conv-params: | branches = [ "trunk", "branches/*", ] rename-branches."trunk" = "master" rename-branches."branches/*" = "*" git-revs: - rev: HEAD same: [deleted/master] - rev: deleted/master~1 parents: [] tree: {} - rev: deleted/master~0 parents: [deleted/master~1] tree: x: type: normal data: "x\n" - rev: b1~1 parents: [] tree: {} - rev: b1~0 parents: [b1~1] tree: x: type: normal data: "y\n"