1{ 2 "input": [ 3 { 4 "type": "svn", 5 "mappings": [ 6 "branches/google/main" 7 ], 8 "address": "svn://gcc.gnu.org/svn/gcc" 9 } 10 ], 11 "output": [ 12 { 13 "type": "git", 14 "branch": "gcc.gnu.org/branches/google/main", 15 "ignores": [ 16 ".svn", 17 ".git" 18 ], 19 "address": "https://chromium.googlesource.com/chromiumos/third_party/gcc.git" 20 } 21 ] 22}