GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SVN::Dump::Reader(3) User Contributed Perl Documentation SVN::Dump::Reader(3)

SVN::Dump::Reader - A Subversion dump reader

version 0.08

    # !!! You should use SVN::Dump, not SVN::Dump::Reader !!!

    use SVN::Dump::Reader;
    my $reader = SVN::Dump::Reader->new( $fh );
    my $record = $reader->read_record();

The SVN::Dump::Reader class implements a reader object for Subversion dumps.

The following methods are available:
new( $fh, \%options )
Create a new SVN::Dump::Reader attached to the $fh filehandle.

The only supported option is "check_digest", which is disabled by default.

read_record( )
Read and return a new SVN::Dump::Record object from the dump filehandle.

If the option "check_digest" is enabled, this method will recompute the digests for a dump without deltas, based on the information in the "Text-content-md5" and "Text-content-sha1" headers (if the corresponding Digest module is available). In case of a mismatch, the routine will "die()" with an exception complaining about a "checksum mismatch".

read_header_block( )
Read and return a new SVN::Dump::Headers object from the dump filehandle.
read_property_block( )
Read and return a new SVN::Dump::Property object from the dump filehandle.
read_text_block( )
Read and return a new SVN::Dump::Text object from the dump filehandle.

The "read_..." methods will die horribly if asked to read inconsistent data from a stream.

SVN::Dump, SVN::Dump::Record, SVN::Dump::Headers, SVN::Dump::Property, SVN::Dump::Text.

Copyright 2006-2013 Philippe Bruhat (BooK), All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2020-03-02 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.