Subversion
Functions
Paths to lock hooks

Functions

const char * svn_repos_pre_lock_hook (svn_repos_t *repos, apr_pool_t *pool)
 Return the path to repos's pre-lock hook, allocated in pool.
const char * svn_repos_post_lock_hook (svn_repos_t *repos, apr_pool_t *pool)
 Return the path to repos's post-lock hook, allocated in pool.
const char * svn_repos_pre_unlock_hook (svn_repos_t *repos, apr_pool_t *pool)
 Return the path to repos's pre-unlock hook, allocated in pool.
const char * svn_repos_post_unlock_hook (svn_repos_t *repos, apr_pool_t *pool)
 Return the path to repos's post-unlock hook, allocated in pool.

Detailed Description

Since:
New in 1.2.

Function Documentation

const char* svn_repos_post_lock_hook ( svn_repos_t repos,
apr_pool_t *  pool 
)

Return the path to repos's post-lock hook, allocated in pool.

const char* svn_repos_post_unlock_hook ( svn_repos_t repos,
apr_pool_t *  pool 
)

Return the path to repos's post-unlock hook, allocated in pool.

const char* svn_repos_pre_lock_hook ( svn_repos_t repos,
apr_pool_t *  pool 
)

Return the path to repos's pre-lock hook, allocated in pool.

const char* svn_repos_pre_unlock_hook ( svn_repos_t repos,
apr_pool_t *  pool 
)

Return the path to repos's pre-unlock hook, allocated in pool.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines