Package svndump :: Module props
[show private | hide private]
[frames | no frames]

Module svndump.props

Classes
PropertyTransformer A class for transforming the properties of a dump file class.
RevisionPropertyTransformer A class for transforming the revision properties of a dump file class.

Function Summary
integer svndump_transform_prop_cmdline(appname, args)
Parses the commandline and executes the transformation.
integer svndump_transform_revprop_cmdline(appname, args)
Parses the commandline and executes the transformation.

Function Details

svndump_transform_prop_cmdline(appname, args)

Parses the commandline and executes the transformation.

Usage:
>>> svndump_transform_prop_cmdline( sys.argv[0], sys.argv[1:] )
Parameters:
appname - Name of the application (used in help text).
           (type=string)
args - Commandline arguments.
           (type=list( string ))
Returns:
Return code (0 = OK).
           (type=integer)

svndump_transform_revprop_cmdline(appname, args)

Parses the commandline and executes the transformation.

Usage:
>>> svndump_transform_cmdline( sys.argv[0], sys.argv[1:] )
Parameters:
appname - Name of the application (used in help text).
           (type=string)
args - Commandline arguments.
           (type=list( string ))
Returns:
Return code (0 = OK).
           (type=integer)

Generated by Epydoc 2.1 on Wed Apr 11 04:31:45 2007 http://epydoc.sf.net