I'm setting up a new svn+trac environment, the svn server's version is 1.6.11, then I can't find any corresponding pre-compiled svn-python binding, finally I found the following thread:
Python SV开发者_Python百科N bindings for Windows
so, my question is: how to compile from these source?
http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/
The win32svn project, Subversion for Windows, by alagazam, is a win32 build of subversion.
As of November 2010, the latest build is 1.6.13 dated 2010-10-05,
including python 2.6
bindings.
Builds of earlier SVN versions on the same page include 1.6.11.
精彩评论