| Method Summary |
| |
__init__(self)
Initialize. |
| |
__print(self,
level,
msg)
Print msg if the verbosity is >= level. |
| |
__process_rev(self,
srcdmp,
dstdmp)
Process one revision. |
| SvnDumpNode
|
__replace_file(self,
node,
replacement_path)
Replace the contents of a node. |
| |
execute(self)
Executes the Edit. |
| |
print_files(self)
Print a list of the files to be edited. |
| |
propdel(self,
revision,
filename,
propname)
Add a propert to be deleted from a file. |
| |
replace(self,
revision,
filename,
replacefile)
Add a file to be replaced. |
| |
set_input_file(self,
filename)
Sets the input dump file name. |
| |
set_output_file(self,
filename)
Sets the output dump file name and clears the dry-run flag. |