On Windows platforms the psvn (python bindings for subversion) only comes as a w32 .exe installer.
Unfortunately I do not have the MS VC++ compiler, so the ideal solution would be to re-package the official release or convert an installation of PySVN into something that is redeployable.
I do have the MinGW complier, but unfortunately this does not seem to be supported on Windows.
Unlike many installers it does not seem to be possible to easy_install it, as it does not appear to behave like a a zip archive.
I want to install this package into the virtualenv, preferably without any manual steps. Is there a way to obtain pysvn as an egg, or convert the installer into an egg or some other format that is easy to deploy into the virtualenv?