[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

I want to know did svn_wc_entry support for path like D:\Path\To\Repo? or we must to use path like D:/Path/To/Repo

From: Yonggang Luo <luoyonggang_at_gmail.com>
Date: Sun, 11 Mar 2012 22:43:42 +0800

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
Received on 2012-03-11 15:44:37 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.