Package svnmailer :: Module subversion
[show private | hide private]
[frames | no frames]

Module svnmailer.subversion

Access to the subversion respository
Classes
LockedPathDescriptor Describes the lock status of a particular path
Repository Access to the subversion repository
_RevisionChangeCollector Collect all changes between two particular revisions
_Version SVN version container class
Collector svn 1.[01] collector
PathDescriptor Describes the basic information of a particular path
VersionedPathDescriptor Describes the changes of a particular path

Exceptions
RepositoryError A repository error occured

Function Summary
bool isBinary(mtype)
Returns True if the supplied mime type represents a binary
bool isUnicodeProperty(name)
Returns if the supplied name represents a translated property

Variable Summary
_Version version: The version of the subversion library
int _SVN_INVALID_REVNUM: the invalid revision number

Function Details

isBinary(mtype)

Returns True if the supplied mime type represents a binary
Parameters:
mtype - The mime type
           (type=str)
Returns:
The decision
           (type=bool)

isUnicodeProperty(name)

Returns if the supplied name represents a translated property
Parameters:
name - The property name
           (type=str)
Returns:
The decision
           (type=bool)

Variable Details

version

The version of the subversion library
Type:
_Version
Value:
<svn version 1.1.1 rev:12345, 1.2+: False>                             

_SVN_INVALID_REVNUM

the invalid revision number
Type:
int
Value:
-1                                                                    

Generated by Epydoc 2.0 on Sun Sep 25 20:49:18 2005 http://epydoc.sf.net