Gang YIN
Gang YIN

Reputation: 2567

How to compile a svn python binding for windows from the source?

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 SVN bindings for Windows

so, my question is: how to compile from these source?

http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/

Upvotes: 2

Views: 1192

Answers (1)

gimel
gimel

Reputation: 86372

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.

Upvotes: 3

Related Questions