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

Posted in EN, Linux, Programming | Tagged , , | Leave a comment

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

Posted in /dev/null, EN, Programming, Software | Tagged , | Leave a comment