Meta
November 2024 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Blogroll
IP info
Programs
Tag Archives: subversion
Lesson learned
Today I was trying to treat an SVN dump file with sed in order to modify a few of the Node-path values. After finding out that GNU sed has no problem with binary files, I went on to formulate the … Continue reading
svndumptool … propname for transform-prop
$ svndumptool.py transform-prop –help Usage: svndumptool.py transform-prop propname regex replace source dest I couldn’t find the possible properties detailed, so I used grep: Node-action Node-copyfrom-path Node-copyfrom-rev Node-kind Node-path … for the Node-kind and Node-action I found the following values: Node-action: … Continue reading