search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
13 lines
516 B
Text
13 lines
516 B
Text
An SVN::Dump object represents a Subversion dump.
|
|
|
|
This module follow the semantics used in the reference
|
|
document:
|
|
|
|
* A dump is a collection of records (SVN::Dump::Record objects).
|
|
* A record is composed of a set of headers (a SVN::Dump::Headers
|
|
object), a set of properties (a SVN::Dump::Property object) and
|
|
an optional bloc of text (a SVN::Dump::Text object).
|
|
* Some special records (delete records with a Node-kind header)
|
|
recursively contain included records.
|
|
|
|
WWW: https://metacpan.org/release/SVN-Dump
|