The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.02 - 2006-11-04

  • WARNING: INCOMPATIBLES API CHANGES FROM VERSION 0.01 ***
  • ENHANCEMENTS
    • SVN::Dump->new() now also accepts a filehandle (fh) (thanks to clkao, RT ticket #22429)
    • Renamed the record manipulation methods of SVN::Dump::Record to set_headers_block() / get_headers_block(), set_property_block() / get_property_block(), set_text_block() / get_text_block(), set_included_bloc() / get_included_block.
    • Added new methods to SVN::Dump::Record to handle the blocks' data: set_header() / get_header(), set_property() / get_property(), set_text() / get_text().
    • new helper methods: property_length() and text_length()
  • TESTS
    • 100% coverage for SVN::Dump too
  • EXAMPLES
    • eg/svndump_replace_author.pl - replace an author by another in a dump
    • WARNING: INCOMPATIBLES API CHANGES FROM VERSION 0.01 ***

Modules

A Perl interface to Subversion dumps
Headers of a SVN dump record
A property block from a svn dump
A Subversion dump reader
A SVN dump record
A text block from a svn dump