Wednesday, April 4, 2012

Compile Subversion with HTTPS support in Fedora Linux

Update: subversion has changed.  See this post for updated instructions: http://muddyazian.blogspot.com/2014/10/compile-subversion-for-fedora-19.html

Get your source at http://subversion.apache.org/download/

sudo yum install neon neon-devel apr-devel apr apr-util apr-util-devel
./configure --with-ssl
make -j8
sudo make install

No comments: