Panther SVN Client Build

Attempts to build SVN 1.6.1 for Mac OS X 10.3 (Panther) that has only the built-in Apache (1.3).

http://hivelogic.com/articles/view/svn_on_os_x
http://www.nearinfinity.com/blogs/scott_leberknight/building_subversion_svn_1_4.html

cd ~
wget http://subversion.tigris.org/downloads/subversion-1.6.1.tar.gz
tar zxvf subversion-1.6.1.tar.gz
wget http://subversion.tigris.org/downloads/subversion-deps-1.6.1.tar.gz
tar zxvf subversion-deps-1.6.1.tar.gz
cd subversion-1.6.1

Configure it to not look for a bunch of the server-required dependencies:

./configure \
--without-berkeley-db \
--without-apache \
--without-apxs \
--without-swig

Recent Updates

  • 2 years 2 days ago
  • 2 years 2 days ago
  • 2 years 5 days ago
    php 8.x
  • 2 years 6 days ago
    10.6.7
  • 2 years 1 week ago
    Drop Centos 5/6 stuff