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

Module svndump.props

Classes
ApplyAutoprops A class for applying auto-props to a Subversion dump file.
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.
SVNConfigFile Determine a default SVN configuration file for the given system type.
SvnConfigParser A class similar to ConfigParser which actually works with SVN's config.

Function Summary
integer svndump_apply_autoprops_cmdline(appname, args)
Parses the commandline and applies the automatic properties.
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_apply_autoprops_cmdline(appname, args)

Parses the commandline and applies the automatic properties.

Usage:
>>> svndump_apply_autoprops_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_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 Fri Aug 14 23:53:11 2009 http://epydoc.sf.net