SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-SVN-Dump rpm build for : OpenSuSE. For other distributions click perl-SVN-Dump.

Name : perl-SVN-Dump
Version : 0.06 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.1 Date : 2016-04-30 13:10:47
Group : Development/Libraries/Perl Source RPM : perl-SVN-Dump-0.06-1.1.src.rpm
Size : 0.05 MB
Packager : (none)
Summary : A Perl interface to Subversion dumps
Description :
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 (the SVN::Dump::Record manpage
objects).

* *

A record is composed of a set of headers (a the SVN::Dump::Headers
manpage object), a set of properties (a the SVN::Dump::Property manpage
object) and an optional bloc of text (a the SVN::Dump::Text manpage
object).

* *

Some special records (\'delete\' records with a \'Node-kind\' header)
recursively contain included records.

Each class has a \'as_string()\' method that prints its content in the dump
format.

The most basic thing you can do with SVN::Dump is simply copy a dump:

use SVN::Dump;

my $dump = SVN::Dump->new( \'mydump.svn\' );
print $dump->as_string(); # only print the dump header

while( $rec = $dump->next_record() ) {
print $rec->as_string();
}

After the operation, the resulting dump should be identical to the original
dump.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/SLE_12_SP1/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
perl(SVN::Dump)
perl(SVN::Dump::Headers)
perl(SVN::Dump::Property)
perl(SVN::Dump::Reader)
perl(SVN::Dump::Record)
perl(SVN::Dump::Text)
perl-SVN-Dump

Requires :
perl(:MODULE_COMPAT_5.18.2)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.18.2/SVN
/usr/lib/perl5/vendor_perl/5.18.2/SVN/Dump
/usr/lib/perl5/vendor_perl/5.18.2/SVN/Dump.pm
/usr/lib/perl5/vendor_perl/5.18.2/SVN/Dump/Headers.pm
/usr/lib/perl5/vendor_perl/5.18.2/SVN/Dump/Property.pm
/usr/lib/perl5/vendor_perl/5.18.2/SVN/Dump/Reader.pm
/usr/lib/perl5/vendor_perl/5.18.2/SVN/Dump/Record.pm
/usr/lib/perl5/vendor_perl/5.18.2/SVN/Dump/Text.pm
/usr/share/doc/packages/perl-SVN-Dump
/usr/share/doc/packages/perl-SVN-Dump/Changes
/usr/share/doc/packages/perl-SVN-Dump/README
/usr/share/doc/packages/perl-SVN-Dump/eg
/usr/share/doc/packages/perl-SVN-Dump/eg/svndump_identity.pl
/usr/share/doc/packages/perl-SVN-Dump/eg/svndump_replace_author.pl
/usr/share/doc/packages/perl-SVN-Dump/eg/svndump_stats.pl
/usr/share/man/man3/SVN::Dump.3pm.gz
/usr/share/man/man3/SVN::Dump::Headers.3pm.gz
/usr/share/man/man3/SVN::Dump::Property.3pm.gz
/usr/share/man/man3/SVN::Dump::Reader.3pm.gz
/usr/share/man/man3/SVN::Dump::Record.3pm.gz
/usr/share/man/man3/SVN::Dump::Text.3pm.gz

 
ICM