To build pysvn you will require:
These instructions assume you have Microsoft Visual C++ 6.0 to compile the code and INNO 4.0.10 to create the installation kit.
Note: You must build with MSVC 6.0 as python 2.3 and earlier was built with that version.
Note: You must build with MSVC 2003.NET for python 2.4 or later.
cd Builder
builder_custom_init.cmd
nmake -f win32.mak build
To install the built kit
nmake -f win32.mak install
tar xzf pycxx_5_3_4.tar.gz
into extdir/Import if not using a source kit
cd Source
python setup.py configure
make
cd Tests
make -f unix.mak PYTHON=path-to-python-to-use
Install pysvn by copying the following from Extension/Source to python site-specific directory.
mkdir python-libdir/site-packages/pysvn
cp pysvn/__init__.py python-libdir/site-packages/pysvn
cp pysvn/_pysvn.so python-libdir/site-packages/pysvn