svn-revs: - props: svn:log: first commit nodes: - path: trunk kind: dir action: add - path: trunk/file kind: file action: add text: "initial\n" - props: svn:log: replace file nodes: - path: trunk/file kind: file action: replace text: "replaced\n" conv-params: | branches = ["trunk"] git-revs: - rev: trunk~1 tree: file: type: normal data: "initial\n" - rev: trunk~0 tree: file: type: normal data: "replaced\n"