GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SVN::Dump::Headers(3) User Contributed Perl Documentation SVN::Dump::Headers(3)

SVN::Dump::Headers - Headers of a SVN dump record

version 0.08

    # SVN::Dump::Headers objects are returned by the read_header_block()
    # method of SVN::Dump::Reader

A SVN::Dump::Headers object represents the headers of a SVN dump record.

SVN::Dump::Headers provides the following methods:
new( [$hashref] )
Create and return a new empty SVN::Dump::Headers object.

If $hashref is given (it can be a blessed hash reference), the keys from the hash are used to initialise the headers.

set($h, $v)
Set the $h header to the value $v.

"_" can be used as a replacement for "-" in the header name.

get($h)
Get the value of header $h.

"_" can be used as a replacement for "-" in the header name.

keys()
Return the list of headers, in canonical order.
as_string()
Return a string that represents the record headers.
type()
It is possible to guess the record type from its headers.

This method returns a string that represents the record type. The string is one of "revision", "node", "uuid" or "format".

The method dies if it can't determine the record type.

When using SVN::Dump to manipulate a SVN dump, one should not directly access the SVN::Dump::Headers component of a SVN::Dump::Record, but use the "set_header()" and "get_header()" methods of the record object.

SVN::Dump, SVN::Dump::Reader, SVN::Dump::Record.

Copyright 2006-2011 Philippe Bruhat (BooK), All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2020-03-02 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.