| Home | Trees | Index | Help |
|
|---|
| Package svndump :: Module 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 |
Parses the commandline and applies the automatic properties. |
| integer |
Parses the commandline and executes the transformation. |
| integer |
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:] )
|
svndump_transform_prop_cmdline(appname, args)Parses the commandline and executes the transformation. Usage:
>>> svndump_transform_prop_cmdline( sys.argv[0], sys.argv[1:] )
|
svndump_transform_revprop_cmdline(appname, args)Parses the commandline and executes the transformation. Usage:
>>> svndump_transform_cmdline( sys.argv[0], sys.argv[1:] )
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Aug 14 23:53:11 2009 | http://epydoc.sf.net |