Package svndump :: Module tools :: Class SvnDumpLog
[show private | hide private]
[frames | no frames]

Class SvnDumpLog


A class for checking svn dump files.
Method Summary
  __init__(self)
Initialize.
  execute(self, dumpfilename)
Print log of a dump file.
  set_revision(self, revision)
Set the revision range to the given value.
  set_verbose(self, verbose)
Set the verbose flag to the given value.

Method Details

__init__(self)
(Constructor)

Initialize.

execute(self, dumpfilename)

Print log of a dump file.
Parameters:
dumpfilename - Name of the file to log.
           (type=string)

set_revision(self, revision)

Set the revision range to the given value.
Parameters:
revision - A revision number or a range (X:Y).
           (type=string)

set_verbose(self, verbose)

Set the verbose flag to the given value.
Parameters:
verbose - New value for the flag.
           (type=bool)

Generated by Epydoc 2.1 on Fri Aug 14 23:53:11 2009 http://epydoc.sf.net