This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env ruby | |
| # A simple regexp to manipulate svn dump files. | |
| # | |
| # Example of a svn dump file: | |
| # | |
| # Node-path: MySourceCode.cpp | |
| # Node-kind: file | |
| # Node-action: add | |
| # Prop-content-length: 10 |
NewerOlder