Python bindings for Subversion.
Module delta Subversion delta operations.
Module marshall Marshalling for the svn_ra protocol.
Module properties Handling of Subversion properties.
Module ra Python bindings for Subversion.
Module ra_svn Python bindings for Subversion.
Module server Server backend base classes.
Package tests Tests for subvertpy.

From the __init__.py module:

Variable AUTH_PARAM_DEFAULT_PASSWORD Undocumented
Variable AUTH_PARAM_DEFAULT_USERNAME Undocumented
Variable ERR_APR_OS_ERRSPACE_SIZE Undocumented
Variable ERR_APR_OS_START_EAIERR Undocumented
Variable ERR_AUTHN_NO_PROVIDER Undocumented
Variable ERR_BAD_DATE Undocumented
Variable ERR_BAD_FILENAME Undocumented
Variable ERR_BAD_PROPERTY_VALUE Undocumented
Variable ERR_BAD_URL Undocumented
Variable ERR_CANCELLED Undocumented
Variable ERR_CATEGORY_SIZE Undocumented
Variable ERR_DIR_NOT_EMPTY Undocumented
Variable ERR_EAI_NONAME Undocumented
Variable ERR_ENTRY_EXISTS Undocumented
Variable ERR_ENTRY_NOT_FOUND Undocumented
Variable ERR_FS_ALREADY_EXISTS Undocumented
Variable ERR_FS_CONFLICT Undocumented
Variable ERR_FS_NOT_DIRECTORY Undocumented
Variable ERR_FS_NOT_FILE Undocumented
Variable ERR_FS_NOT_FOUND Undocumented
Variable ERR_FS_NO_SUCH_REVISION Undocumented
Variable ERR_FS_PATH_SYNTAX Undocumented
Variable ERR_FS_ROOT_DIR Undocumented
Variable ERR_FS_TXN_OUT_OF_DATE Undocumented
Variable ERR_INCOMPLETE_DATA Undocumented
Variable ERR_MALFORMED_FILE Undocumented
Variable ERR_NODE_UNKNOWN_KIND Undocumented
Variable ERR_RA_CANNOT_CREATE_SESSION Undocumented
Variable ERR_RA_DAV_FORBIDDEN Undocumented
Variable ERR_RA_DAV_NOT_VCC Undocumented
Variable ERR_RA_DAV_PATH_NOT_FOUND Undocumented
Variable ERR_RA_DAV_PROPPATCH_FAILED Undocumented
Variable ERR_RA_DAV_RELOCATED Undocumented
Variable ERR_RA_DAV_REQUEST_FAILED Undocumented
Variable ERR_RA_ILLEGAL_URL Undocumented
Variable ERR_RA_LOCAL_REPOS_OPEN_FAILED Undocumented
Variable ERR_RA_NOT_AUTHORIZED Undocumented
Variable ERR_RA_NOT_IMPLEMENTED Undocumented
Variable ERR_RA_SERF_SSL_CERT_UNTRUSTED Undocumented
Variable ERR_RA_SVN_CONNECTION_CLOSED Undocumented
Variable ERR_RA_SVN_MALFORMED_DATA Undocumented
Variable ERR_RA_SVN_REPOS_NOT_FOUND Undocumented
Variable ERR_RA_SVN_UNKNOWN_CMD Undocumented
Variable ERR_REPOS_DISABLED_FEATURE Undocumented
Variable ERR_REPOS_HOOK_FAILURE Undocumented
Variable ERR_STREAM_MALFORMED_DATA Undocumented
Variable ERR_SVNDIFF_CORRUPT_WINDOW Undocumented
Variable ERR_UNKNOWN_CAPABILITY Undocumented
Variable ERR_UNKNOWN_HOSTNAME Undocumented
Variable ERR_UNSUPPORTED_FEATURE Undocumented
Variable ERR_WC_BAD_ADM_LOG Undocumented
Variable ERR_WC_BAD_ADM_LOG_START Undocumented
Variable ERR_WC_LOCKED Undocumented
Variable ERR_WC_NODE_KIND_CHANGE Undocumented
Variable ERR_WC_NOT_LOCKED Undocumented
Variable ERR_WC_PATH_NOT_FOUND Undocumented
Variable ERR_WC_SCHEDULE_CONFLICT Undocumented
Variable ERR_WC_UNSUPPORTED_FORMAT Undocumented
Variable ERR_WC_UPGRADE_REQUIRED Undocumented
Variable ERR_XML_MALFORMED Undocumented
Variable NODE_DIR Undocumented
Variable NODE_FILE Undocumented
Variable NODE_NONE Undocumented
Variable NODE_UNKNOWN Undocumented
Variable SSL_CNMISMATCH Undocumented
Variable SSL_EXPIRED Undocumented
Variable SSL_NOTYETVALID Undocumented
Variable SSL_OTHER Undocumented
Variable SSL_UNKNOWNCA Undocumented
Class SubversionException A Subversion exception
Variable __author__ Undocumented
Variable __version__ Undocumented
Function _check_mtime Check whether a C extension is out of date.
__author__ =
Undocumented
(type: str)
__version__ =
Undocumented
(type: Tuple[int, ...])
NODE_DIR =
Undocumented
(type: int)
NODE_FILE =
Undocumented
(type: int)
NODE_NONE =
Undocumented
(type: int)
NODE_UNKNOWN =
Undocumented
(type: int)
ERR_UNSUPPORTED_FEATURE =
Undocumented
(type: int)
ERR_RA_SVN_UNKNOWN_CMD =
Undocumented
(type: int)
ERR_RA_SVN_CONNECTION_CLOSED =
Undocumented
(type: int)
ERR_WC_LOCKED =
Undocumented
(type: int)
ERR_RA_NOT_AUTHORIZED =
Undocumented
(type: int)
ERR_INCOMPLETE_DATA =
Undocumented
(type: int)
ERR_DIR_NOT_EMPTY =
Undocumented
(type: int)
ERR_RA_SVN_MALFORMED_DATA =
Undocumented
(type: int)
ERR_RA_NOT_IMPLEMENTED =
Undocumented
(type: int)
ERR_FS_NO_SUCH_REVISION =
Undocumented
(type: int)
ERR_FS_TXN_OUT_OF_DATE =
Undocumented
(type: int)
ERR_REPOS_DISABLED_FEATURE =
Undocumented
(type: int)
ERR_STREAM_MALFORMED_DATA =
Undocumented
(type: int)
ERR_RA_ILLEGAL_URL =
Undocumented
(type: int)
ERR_RA_LOCAL_REPOS_OPEN_FAILED =
Undocumented
(type: int)
ERR_BAD_FILENAME =
Undocumented
(type: int)
ERR_BAD_URL =
Undocumented
(type: int)
ERR_BAD_DATE =
Undocumented
(type: int)
ERR_RA_DAV_REQUEST_FAILED =
Undocumented
(type: int)
ERR_RA_DAV_PATH_NOT_FOUND =
Undocumented
(type: int)
ERR_FS_NOT_DIRECTORY =
Undocumented
(type: int)
ERR_FS_NOT_FOUND =
Undocumented
(type: int)
ERR_FS_ALREADY_EXISTS =
Undocumented
(type: int)
ERR_RA_SVN_REPOS_NOT_FOUND =
Undocumented
(type: int)
ERR_ENTRY_EXISTS =
Undocumented
(type: int)
ERR_WC_PATH_NOT_FOUND =
Undocumented
(type: int)
ERR_CANCELLED =
Undocumented
(type: int)
ERR_WC_UNSUPPORTED_FORMAT =
Undocumented
(type: int)
ERR_UNKNOWN_CAPABILITY =
Undocumented
(type: int)
ERR_AUTHN_NO_PROVIDER =
Undocumented
(type: int)
ERR_RA_DAV_RELOCATED =
Undocumented
(type: int)
ERR_FS_NOT_FILE =
Undocumented
(type: int)
ERR_WC_BAD_ADM_LOG =
Undocumented
(type: int)
ERR_WC_BAD_ADM_LOG_START =
Undocumented
(type: int)
ERR_WC_NOT_LOCKED =
Undocumented
(type: int)
ERR_RA_DAV_NOT_VCC =
Undocumented
(type: int)
ERR_REPOS_HOOK_FAILURE =
Undocumented
(type: int)
ERR_XML_MALFORMED =
Undocumented
(type: int)
ERR_MALFORMED_FILE =
Undocumented
(type: int)
ERR_FS_PATH_SYNTAX =
Undocumented
(type: int)
ERR_RA_DAV_FORBIDDEN =
Undocumented
(type: int)
ERR_WC_SCHEDULE_CONFLICT =
Undocumented
(type: int)
ERR_RA_DAV_PROPPATCH_FAILED =
Undocumented
(type: int)
ERR_SVNDIFF_CORRUPT_WINDOW =
Undocumented
(type: int)
ERR_FS_CONFLICT =
Undocumented
(type: int)
ERR_NODE_UNKNOWN_KIND =
Undocumented
(type: int)
ERR_RA_SERF_SSL_CERT_UNTRUSTED =
Undocumented
(type: int)
ERR_ENTRY_NOT_FOUND =
Undocumented
(type: int)
ERR_BAD_PROPERTY_VALUE =
Undocumented
(type: int)
ERR_FS_ROOT_DIR =
Undocumented
(type: int)
ERR_WC_NODE_KIND_CHANGE =
Undocumented
(type: int)
ERR_WC_UPGRADE_REQUIRED =
Undocumented
(type: int)
ERR_RA_CANNOT_CREATE_SESSION =
Undocumented
(type: int)
ERR_APR_OS_START_EAIERR =
Undocumented
(type: int)
ERR_APR_OS_ERRSPACE_SIZE =
Undocumented
(type: int)
ERR_CATEGORY_SIZE =
Undocumented
(type: int)
ERR_EAI_NONAME =
Undocumented
(type: int)
ERR_UNKNOWN_HOSTNAME =
Undocumented
(type: int)
AUTH_PARAM_DEFAULT_USERNAME =
Undocumented
(type: str)
AUTH_PARAM_DEFAULT_PASSWORD =
Undocumented
(type: str)
SSL_NOTYETVALID =
Undocumented
(type: int)
SSL_EXPIRED =
Undocumented
(type: int)
SSL_CNMISMATCH =
Undocumented
(type: int)
SSL_UNKNOWNCA =
Undocumented
(type: int)
SSL_OTHER =
Undocumented
(type: int)
def _check_mtime(m):
Check whether a C extension is out of date.
ParametersmPython module that is a C extension
API Documentation for subvertpy, generated by pydoctor at 2020-10-15 17:32:44.