Paketname | libsvn-dump-perl |
Beschreibung | A Perl interface to Subversion dumps |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.04-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 136 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 27500 Byte |
Prüfsumme MD5 | cc4123dbe7d030029ee3b1858d4cad24 |
Prüfsumme SHA1 | c7f9d400131aded4f2b14f1903c2b218c41b01ae |
Prüfsumme SHA256 | 5bd1f05ccef9a3e4c7cc37c649d20a39f04e43d3adace60012d055b46dc21bea |
Link zum Herunterladen | libsvn-dump-perl_0.04-1_all.deb |
Ausführliche Beschreibung | An SVN::Dump object represents a Subversion dump.
.
This module follow the semantics used in the reference document
(the file notes/fs_dumprestore.txt in the Subversion source tree):
.
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.
.
This module is an alpha release. The interfaces will probably change
in the future.
|