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

Class SvnDumpCheck


A class for checking svn dump files.
Method Summary
  __init__(self)
Initialize.
  execute(self, dumpfilename)
Check a dump file.
  set_check_actions(self, docheck)
Set the check actions flag to the given value.
  set_check_dates(self, docheck)
Set the check dates flag to the given value.
  set_check_md5(self, docheck)
Set the check md5 sums flag to the given value.

Method Details

__init__(self)
(Constructor)

Initialize.

execute(self, dumpfilename)

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

set_check_actions(self, docheck)

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

set_check_dates(self, docheck)

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

set_check_md5(self, docheck)

Set the check md5 sums flag to the given value.
Parameters:
docheck - New value for the flag.
           (type=bool)

Generated by Epydoc 2.1 on Mon Jun 16 03:33:11 2008 http://epydoc.sf.net