Does subversion swig binding support for python 3 now?

2014-11-30 Thread Yonggang Luo
I am looking forward to it. -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo

Hope subversion server can fold each 1000 revision into a zipped or compacted file.

2014-05-05 Thread Yonggang Luo
For really big repository, there is too much small files, that's hurt for backup and checksums and copy/move operations. -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo

Is there swig python 3 binding for subversion?

2014-04-16 Thread Yonggang Luo
I am looking for it. -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo

What's version swig of subversion used for bindings, I wanna swig-svn python 3.0 binding.

2013-10-31 Thread Yonggang Luo
Did subversion has any plan about this, if I wanna to support for python 3, what I need to do if subversion didn't support it yet?

Re: 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

2012-04-06 Thread Yonggang Luo
(const char *dirent, apr_pool_t *pool) Convert *dirent* from the canonical internal style to the local style. to convert paths? 罗勇刚(Yonggang Luo) wrote on Sun, Mar 11, 2012 at 22:43:42 +0800: typedef struct { PyObject_HEAD svn_wc_adm_access_t *adm; apr_pool_t *pool

Re: 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

2012-03-12 Thread Yonggang Luo
to the local style. */ const char * svn_path_local_style(const char *path, apr_pool_t *pool); 2012/3/12 Daniel Shahaf d...@daniel.shahaf.name Yes to the second question, see svn_path.h and svn_dirent_uri.h 罗勇刚(Yonggang Luo) wrote on Sun, Mar 11, 2012 at 22:43:42 +0800: typedef struct

The Subversion 1.7.0 Windows SWIG binding for python 2.7 and python 2.6 is not working.

2011-11-04 Thread Yonggang Luo
) ImportError: DLL load failed: The specified procedure could not be found. -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo

Cooke, do you know how to using the get_log API to fetch subversion history along with path kind{file, directory}?

2011-10-20 Thread Yonggang Luo
If this is not possible, what's the fastest way to do that? Thanks. -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo

How to use get_log along with path kind {file,directory}?

2011-10-20 Thread Yonggang Luo
在 2011年10月20日星期四,Stefan Sperling 写道: On Thu, Oct 20, 2011 at 06:28:07PM +0800, 罗勇刚(Yonggang Luo) wrote: Thanks, that's impressive, The type of the node, may be svn_node_unknown.: When this happened, is that depending on the server or other condition? Maybe you are not allowed to see

How to use get_log along with path kind {file,directory}?

2011-10-19 Thread Yonggang Luo
rt. -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo

Re: How to use get_log along with path kind {file,directory}?

2011-10-19 Thread Yonggang Luo
. The answer is in the manual. Someone replied to your post with another answer. 罗勇刚(Yonggang Luo) wrote on Thu, Oct 20, 2011 at 01:33:58 +0800: rt. -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo -- 从我的移动设备发送 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo

I means using get_log API to retrieve log information along with path kind (file,path)

2011-10-19 Thread Yonggang Luo
I didn't found a easy way to do that. -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo

How to use get_log to fetch the path's kind?

2011-10-18 Thread Yonggang Luo
As the title. -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo

How to know if a path is a file in Subversion Log Records in the fastest way?

2011-10-17 Thread Yonggang Luo
-- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo