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: add
Node-action: change
Node-action: delete
Node-kind: dir
Node-kind: file

// Oliver

PS: http://svn.collab.net/repos/svn/trunk/notes/dump-load-format.txt

This entry was posted in /dev/null, EN, Programming, Software and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *