Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.376.024 Times

SVN::Dump 0.04

Company: Philippe Bruhat
Date Added: August 29, 2013  |  Visits: 334

SVN::Dump

Report Broken Link
Printer Friendly Version


Product Homepage
Download (39 downloads)



SVN::Dump is a Perl interface to Subversion dumps.<br /><br />Developer comments<br /><br />The interfaces will probably change in the future, as I slowly learn my way inside the SVN dump format.<br /><br />An SVN::Dump object represents a Subversion dump.<br /><br />This module follow the semantics used in the reference document (the file notes/fs_dumprestore.txt in the Subversion source tree):<br /><br /> * A dump is a collection of records (SVN::Dump::Record objects).<br /> * 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).<br /> * Some special records (delete records with a Node-kind header) recursively contain included records.<br /><br />Each class has a as_string() method that prints its content in the dump format.<br /><br />The most basic thing you can do with SVN::Dump is simply copy a dump:<br /><br /> use SVN::Dump;<br /><br /> my $dump = SVN::Dump->new( 'mydump.svn' );<br /> print $dump->as_string(); # only print the dump header<br /><br /> while( $rec = $dump->next_record() ) {<br /> print $rec->as_string();<br /> }<br /><br />After the operation, the resulting dump should be identical to the original dump.

Requirements: No special requirements
Platforms: *nix, Linux
Keyword: Class Content Delete Dump Formatthe Header Included Method Nodekind Object Operation Print Prints Records Recordseach Recursively Simply String Subversion Svn Svn Dump Svndump
Users rating: 0/10

License: Freeware Size: 20.48 KB
USER REVIEWS
More Reviews or Write Review


SVN::DUMP RELATED
Libraries  -  Class::DispatchToAll 0.11
Class::DispatchToAll Perl module can dispatch a method call to all inherited methods. SYNOPSIS package My::Class; our @ISA=qw(SomeClass SomeOtherClass More::Classes); use Class::DispatchToAll qw(dispatch_to_all); my $self=bless...
5.12 KB  
Network & Internet  -  Bricolage 1.10.3
Bricolage, an open-source enterprise-class content management system, greatly simplifies the complex tasks of creating, publishing, and managing the vast libraries of content essential to any organization. With advanced features such as...
2.7 MB  
Libraries  -  Object::Realize::Later 0.16
Object::Realize::Later is a Perl module with delayed creation of objects. SYNOPSIS package MyLazyObject; use Object::Realize::Later becomes => MyRealObject, realize => load; The Object::Realize::Later class helps with implementing...
10.24 KB  
Libraries  -  PDF::Table 0.91
PDF::Table is a utility class for building table layouts in a PDF::API2 object. SYNOPSIS use PDF::API2; use PDF::Table; my $pdftable = new PDF::Table; my $pdf = new PDF::API2(-file => "table_of_lorem.pdf"); my $page = $pdf->page; # some...
11.26 KB  
Modules  -  Scrippet Screenplay Format Filter 1.0
Enter screenplay content between tags, and the included CSS will do the rest. In case Filtered HTML is used the and tags need to be allowed.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site...
 
Modules  -  Downsize Any Larges Images 1.0.0
This simple script will downsize ANY image on any page of your forum with the full header included. Admin configurable.
 
Database Tools  -  Visitation Model ADOdb 1.0
The class Visitation Model ADOdb can be used to manipulate and browse database table records structured as an hierarchy tree.Visitation Model ADOdb is based on another class originally developed by Khaled Al-Shamaa. It uses the ADOdb API instead...
10 KB  
Finance  -  Digital Inputs Filter 3.7.4 B1130
The filter module "Digital inputs filter" for our data loggers (for example, Accurate Printer Monitor ) is an additional module that provides a method to exclude less significant data records from the final data export. The module works with...
 
Finance  -  Digital Inputs Filter 3.7.6 Build 214
The filter module "Digital inputs filter" for our data loggers (for example, Accurate Printer Monitor ) is an additional module that provides a method to exclude less significant data records from the final data export. The module works with...
 
Libraries  -  Gtk2::Ex::MindMapView::Content 0.000001
Gtk2::Ex::MindMapView::Content is a base class for content objects. SYNOPSIS use base Gtk2::Ex::MindMapView::Content; This module is internal to Gtk2::Ex::MindMapView. It is the base class for objects that show content and offers several...
50.18 KB  
NEW DOWNLOADS IN LINUX SOFTWARE, PROGRAMMING
Linux Software  -  EasyEDA PCB Designer for Linux 2.0.0
EasyEDA, a great web based EDA(Electronics Design Automation) tool, online PCB tool, online PCB software for electronics engineers, educators, students, makers and enthusiasts. Theres no need to install any software. Just open EasyEDA in any...
34.4 MB  
Linux Software  -  wpCache® WordPress HTTP Cache 1.9
wpCache® is a high-performance, distributed object, caching system application, generic in nature, but intended for use in speeding up dynamic web applications, by decreasing database load time. wpCache® decreases dramatically the page...
3.51 MB  
Linux Software  -  Polling Autodialer Software 3.4
ICTBroadcast Auto Dialer software has a survey campaign for telephone surveys and polls. This auto dialer software automatically dials a list of numbers and asks them a set of questions that they can respond to, by using their telephone keypad....
488 B  
Linux Software  -  Total Video Converter Mac Free 3.5.5
Total Video Converter Mac Free developed by EffectMatrix Ltd is the official legal version of Total Video Converter which was a globally recognized brand since 2006. Total Video Converter Mac Free is a free but powerful all-in-one video...
17.7 MB  
Linux Software  -  Skeith mod_log_sql Analyzer 2.10beta2
Skeith is a php based front end for analyzing logs for Apache using mod_log_sql.
47.5 KB  
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB