typedef struct {
PyObject_HEAD
svn_wc_adm_access_t *adm;
 apr_pool_t *pool;
} AdmObject;
AdmObject admobj;

temp_pool = Pool(NULL);
 if (temp_pool == NULL)
return NULL;
RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry,
svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden,
temp_pool));


-- 
         此致
礼
罗勇刚
Yours
    sincerely,
Yonggang Luo

Reply via email to