NAME
SVN::Dump::Headers - Headers of a SVN dump record
SYNOPSIS
DESCRIPTION
An SVN::Dump::Headers
object represents the headers of a SVN dump record.
METHODS
SVN::Dump::Headers
provides the following methods:
- new()
-
Create and return a new empty
SVN::Dump::Headers
object. - 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
orformat
.The method dies if it can't determine the record type.
SEE ALSO
SVN::Dump::Record
.
COPYRIGHT & LICENSE
Copyright 2006 Philippe 'BooK' Bruhat, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.