Paketname | libsvn-dump-perl |
Beschreibung | A Perl interface to Subversion dumps |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.04-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 136 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 28616 Byte |
Prüfsumme MD5 | d19730a4303359bd686a64ad9f5b39b7 |
Prüfsumme SHA1 | bd4eed16de224feabee30765dbd721cc88055974 |
Prüfsumme SHA256 | 792d17d3c26d3d9a41c5b782b994813b85169854719ff1f50eed26ade37e33ff |
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.
|