svn-revs: - props: svn:log: init dirs nodes: - path: trunk kind: dir action: add - props: svn:log: commit on trunk nodes: - path: trunk/x kind: file action: add text: "x\n" - props: svn:log: delete trunk nodes: - path: trunk kind: dir action: delete - props: svn:log: create new trunk nodes: - path: trunk kind: dir action: add - path: trunk/x kind: file action: add text: "y\n" - props: svn:log: delete trunk nodes: - path: trunk kind: dir action: delete conv-params: | branches = ["trunk"] logs: | D svn2git::convert::stage1: importing SVN revision 3 D svn2git::convert::stage1: deleting branch/tag "trunk" D svn2git::convert::stage1: importing SVN revision 4 D svn2git::convert::stage1: creating branch "trunk" with new directory D svn2git::convert::stage1: importing SVN revision 5 D svn2git::convert::stage1: deleting branch/tag "trunk" W svn2git::convert::stage2: using branch name "deleted/trunk_1" instead of "deleted/trunk" to avoid repetition git-revs: - rev: deleted/trunk~1 parents: [] tree: {} - rev: deleted/trunk~0 parents: [deleted/trunk~1] tree: x: type: normal data: "x\n" - rev: deleted/trunk_1~0 parents: [] tree: x: type: normal data: "y\n"