I used RapidSVN as subversion GUI client for my Windows desktop.
I like it because it's lightweight standalone application.
Unfortunately, it is not updated anymore and it does not work with latest subversion.
I decided to make it work again for myself.
Finally, I succeeded.
Here is how I did.
Tools
- Visual Studio Community 2017
On Windows 7, you need to install Windows 8.1 SDK too with Visual Studio Installer. - Python (2.7.15)
Subversion's build script is based on Python 2.x. (Python 3.x is not supported) - Perl (strawberry-perl 5.28.0.1)
Required to build openssl - nasm (2.14rc15)
Required to build openssl - Scons (scons-local-3.0.1)
Required to build serf
On Windows 7, you need to install Windows 8.1 SDK too with Visual Studio Installer.
Subversion's build script is based on Python 2.x. (Python 3.x is not supported)
Required to build openssl
Required to build openssl
Required to build serf
Source Codes and Libraries
- Subversion (1.10.2)
- zlib (1.2.11)
- expat (2.2.6)
- apr (1.6.3-win32)
- apr-util (1.6.1-win32)
- apr-iconv (1.2.2-win32)
- sqlite (sqlite-amalgamation-3240000)
- openssl (1.1.0i)
- serf (1.3.9)
- svn-win32-libintl
- gettext-0.14.4-bin.zip, gettext-0.14.4-dep.zip
- wxWidgets (3.1.1)
- RapidSVN