svn-dump-version: 3 svn-revs: - props: svn:log: first commit nodes: - path: trunk kind: dir action: add - path: trunk/original kind: file action: add text-delta: false text: "aaaabbbbcccc" - props: svn:log: copy and modify file nodes: - path: trunk/copy kind: file action: add copy-from-path: trunk/original text-delta: true text: [ # Example from svndiff specification document 0x53, 0x56, 0x4E, 0x00, # header 0x00, # source view offset 0 0x0C, # source view length 12 0x10, # target view length 16 0x07, # instructions length 7 0x01, # new data length 1 0x04, 0x00, # source, length 4, offset 0 0x04, 0x08, # source, length 4, offset 8 0x81, # new, length 1 0x47, 0x08, # target, length 7, offset 8 0x64, # new data 'd' ] conv-params: | branches = ["trunk"] git-revs: - rev: trunk~1 tree: original: type: normal data: "aaaabbbbcccc" - rev: trunk~0 tree: original: type: normal data: "aaaabbbbcccc" copy: type: normal data: "aaaaccccdddddddd"