Alien-SVN

 view release on metacpan or  search on metacpan

src/subversion/subversion/bindings/swig/python/client.py  view on Meta::CPAN

    """
  return _client.svn_client_commit6(*args)

def svn_client_commit5(*args):
  """
    svn_client_commit5(apr_array_header_t targets, svn_depth_t depth, svn_boolean_t keep_locks, svn_boolean_t keep_changelists, 
        svn_boolean_t commit_as_operations, apr_array_header_t changelists, 
        apr_hash_t revprop_table, svn_commit_callback2_t commit_callback, 
        svn_client_ctx_t ctx, apr_pool_t pool) -> svn_error_t
    """
  return _client.svn_client_commit5(*args)

def svn_client_commit4(*args):
  """
    svn_client_commit4(apr_array_header_t targets, svn_depth_t depth, svn_boolean_t keep_locks, svn_boolean_t keep_changelists, 
        apr_array_header_t changelists, apr_hash_t revprop_table, 
        svn_client_ctx_t ctx, apr_pool_t pool) -> svn_error_t
    """
  return _client.svn_client_commit4(*args)

def svn_client_commit3(*args):
  """
    svn_client_commit3(apr_array_header_t targets, svn_boolean_t recurse, svn_boolean_t keep_locks, svn_client_ctx_t ctx, 
        apr_pool_t pool) -> svn_error_t
    """
  return _client.svn_client_commit3(*args)

def svn_client_commit2(*args):
  """
    svn_client_commit2(apr_array_header_t targets, svn_boolean_t recurse, svn_boolean_t keep_locks, svn_client_ctx_t ctx, 
        apr_pool_t pool) -> svn_error_t
    """
  return _client.svn_client_commit2(*args)

def svn_client_commit(*args):
  """svn_client_commit(apr_array_header_t targets, svn_boolean_t nonrecursive, svn_client_ctx_t ctx, apr_pool_t pool) -> svn_error_t"""
  return _client.svn_client_commit(*args)
class svn_client_status_t:
    """Proxy of C svn_client_status_t struct"""
    __swig_setmethods__ = {}
    __setattr__ = lambda self, name, value: _swig_setattr(self, svn_client_status_t, name, value)
    __swig_getmethods__ = {}
    __getattr__ = lambda self, name: _swig_getattr(self, svn_client_status_t, name)
    __repr__ = _swig_repr
    __swig_setmethods__["kind"] = _client.svn_client_status_t_kind_set
    __swig_getmethods__["kind"] = _client.svn_client_status_t_kind_get
    __swig_setmethods__["local_abspath"] = _client.svn_client_status_t_local_abspath_set
    __swig_getmethods__["local_abspath"] = _client.svn_client_status_t_local_abspath_get
    __swig_setmethods__["filesize"] = _client.svn_client_status_t_filesize_set
    __swig_getmethods__["filesize"] = _client.svn_client_status_t_filesize_get
    __swig_setmethods__["versioned"] = _client.svn_client_status_t_versioned_set
    __swig_getmethods__["versioned"] = _client.svn_client_status_t_versioned_get
    __swig_setmethods__["conflicted"] = _client.svn_client_status_t_conflicted_set
    __swig_getmethods__["conflicted"] = _client.svn_client_status_t_conflicted_get
    __swig_setmethods__["node_status"] = _client.svn_client_status_t_node_status_set
    __swig_getmethods__["node_status"] = _client.svn_client_status_t_node_status_get
    __swig_setmethods__["text_status"] = _client.svn_client_status_t_text_status_set
    __swig_getmethods__["text_status"] = _client.svn_client_status_t_text_status_get
    __swig_setmethods__["prop_status"] = _client.svn_client_status_t_prop_status_set
    __swig_getmethods__["prop_status"] = _client.svn_client_status_t_prop_status_get
    __swig_setmethods__["wc_is_locked"] = _client.svn_client_status_t_wc_is_locked_set
    __swig_getmethods__["wc_is_locked"] = _client.svn_client_status_t_wc_is_locked_get
    __swig_setmethods__["copied"] = _client.svn_client_status_t_copied_set
    __swig_getmethods__["copied"] = _client.svn_client_status_t_copied_get
    __swig_setmethods__["repos_root_url"] = _client.svn_client_status_t_repos_root_url_set
    __swig_getmethods__["repos_root_url"] = _client.svn_client_status_t_repos_root_url_get
    __swig_setmethods__["repos_uuid"] = _client.svn_client_status_t_repos_uuid_set
    __swig_getmethods__["repos_uuid"] = _client.svn_client_status_t_repos_uuid_get
    __swig_setmethods__["repos_relpath"] = _client.svn_client_status_t_repos_relpath_set
    __swig_getmethods__["repos_relpath"] = _client.svn_client_status_t_repos_relpath_get
    __swig_setmethods__["revision"] = _client.svn_client_status_t_revision_set
    __swig_getmethods__["revision"] = _client.svn_client_status_t_revision_get
    __swig_setmethods__["changed_rev"] = _client.svn_client_status_t_changed_rev_set
    __swig_getmethods__["changed_rev"] = _client.svn_client_status_t_changed_rev_get
    __swig_setmethods__["changed_date"] = _client.svn_client_status_t_changed_date_set
    __swig_getmethods__["changed_date"] = _client.svn_client_status_t_changed_date_get
    __swig_setmethods__["changed_author"] = _client.svn_client_status_t_changed_author_set
    __swig_getmethods__["changed_author"] = _client.svn_client_status_t_changed_author_get
    __swig_setmethods__["switched"] = _client.svn_client_status_t_switched_set
    __swig_getmethods__["switched"] = _client.svn_client_status_t_switched_get
    __swig_setmethods__["file_external"] = _client.svn_client_status_t_file_external_set
    __swig_getmethods__["file_external"] = _client.svn_client_status_t_file_external_get
    __swig_setmethods__["lock"] = _client.svn_client_status_t_lock_set
    __swig_getmethods__["lock"] = _client.svn_client_status_t_lock_get
    __swig_setmethods__["changelist"] = _client.svn_client_status_t_changelist_set
    __swig_getmethods__["changelist"] = _client.svn_client_status_t_changelist_get
    __swig_setmethods__["depth"] = _client.svn_client_status_t_depth_set
    __swig_getmethods__["depth"] = _client.svn_client_status_t_depth_get
    __swig_setmethods__["ood_kind"] = _client.svn_client_status_t_ood_kind_set
    __swig_getmethods__["ood_kind"] = _client.svn_client_status_t_ood_kind_get
    __swig_setmethods__["repos_node_status"] = _client.svn_client_status_t_repos_node_status_set
    __swig_getmethods__["repos_node_status"] = _client.svn_client_status_t_repos_node_status_get
    __swig_setmethods__["repos_text_status"] = _client.svn_client_status_t_repos_text_status_set
    __swig_getmethods__["repos_text_status"] = _client.svn_client_status_t_repos_text_status_get
    __swig_setmethods__["repos_prop_status"] = _client.svn_client_status_t_repos_prop_status_set
    __swig_getmethods__["repos_prop_status"] = _client.svn_client_status_t_repos_prop_status_get
    __swig_setmethods__["repos_lock"] = _client.svn_client_status_t_repos_lock_set
    __swig_getmethods__["repos_lock"] = _client.svn_client_status_t_repos_lock_get
    __swig_setmethods__["ood_changed_rev"] = _client.svn_client_status_t_ood_changed_rev_set
    __swig_getmethods__["ood_changed_rev"] = _client.svn_client_status_t_ood_changed_rev_get
    __swig_setmethods__["ood_changed_date"] = _client.svn_client_status_t_ood_changed_date_set
    __swig_getmethods__["ood_changed_date"] = _client.svn_client_status_t_ood_changed_date_get
    __swig_setmethods__["ood_changed_author"] = _client.svn_client_status_t_ood_changed_author_set
    __swig_getmethods__["ood_changed_author"] = _client.svn_client_status_t_ood_changed_author_get
    __swig_setmethods__["backwards_compatibility_baton"] = _client.svn_client_status_t_backwards_compatibility_baton_set
    __swig_getmethods__["backwards_compatibility_baton"] = _client.svn_client_status_t_backwards_compatibility_baton_get
    __swig_setmethods__["moved_from_abspath"] = _client.svn_client_status_t_moved_from_abspath_set
    __swig_getmethods__["moved_from_abspath"] = _client.svn_client_status_t_moved_from_abspath_get
    __swig_setmethods__["moved_to_abspath"] = _client.svn_client_status_t_moved_to_abspath_set
    __swig_getmethods__["moved_to_abspath"] = _client.svn_client_status_t_moved_to_abspath_get
    def set_parent_pool(self, parent_pool=None):
      """Create a new proxy object for svn_client_status_t"""
      import libsvn.core, weakref
      self.__dict__["_parent_pool"] = \
        parent_pool or libsvn.core.application_pool;
      if self.__dict__["_parent_pool"]:
        self.__dict__["_is_valid"] = weakref.ref(
          self.__dict__["_parent_pool"]._is_valid)

    def assert_valid(self):
      """Assert that this object is using valid pool memory"""
      if "_is_valid" in self.__dict__:



( run in 1.143 second using v1.01-cache-2.11-cpan-39bf76dae61 )