![]() |
![]()
| ![]() |
![]()
NAMESVN::Dump::Reader - A Subversion dump reader VERSIONversion 0.08 SYNOPSIS# !!! 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(); DESCRIPTIONThe SVN::Dump::Reader class implements a reader object for Subversion dumps. METHODSThe following methods are available:
The "read_..." methods will die horribly if asked to read inconsistent data from a stream. SEE ALSOSVN::Dump, SVN::Dump::Record, SVN::Dump::Headers, SVN::Dump::Property, SVN::Dump::Text. COPYRIGHTCopyright 2006-2013 Philippe Bruhat (BooK), All Rights Reserved. LICENSEThis program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|