To build pysvn you will require:
Some distributions will split python and subversion into more the one package.
You will need to find all the packages that give you the options listed above.
PYSVN sources have been updated to build on Windows 7 64bit version. Expect issues on older windows and 32but windows.
These instructions assume you have Microsoft Visual C++ to compile the code and INNO 5 to create the installation kit.
cd Builder
builder_custom_init.cmd
cd ..\Source
python setup.py configure ...
(add any configure options required to make it find the required libraries).nmake
cd ..\Test
nmake
cd ..\Kit\Windows
nmake
To install the built kit
nmake -f win32.mak install
tar xzf pycxx-7.1.4.tar.gz
into extdir/Import if not using a source kitcd Source
python setup.py configure
make
cd Tests
make
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