summaryrefslogtreecommitdiff
path: root/devel/p5-SVN-Dump/pkg-descr
blob: f0785ec70f1fed6ca06314b2792168c6db9c4f81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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: http://search.cpan.org/dist/SVN-Dump/