Install SVN Server using source

If for some reason you wish to install svn using source than using rpm, this article may help you. Install dependency yum install httpd-devel Install sqlite wget http://www.sqlite.org/sqlite-amalgamation-3.6.13.tar.gz tar zxvf sqlite-amalgamation-3.6.13.tar.gz cd sqlite-3.6.13 ./configure && make && make install Install neon wget http://www.webdav.org/neon/neon-0.29.0.tar.gz tar zxvf neon-0.29.0.tar.gz cd neon-0.29.0 ./configure && make && make install Install [...]

Full Story »

Install & Configure SVN

Subversion (SVN) is a version control system initiated in 2000 by CollabNet Inc. It is used to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly-compatible successor to the widely used Concurrent Versions System (CVS). Read More Installation You can download Source [...]

Full Story »

Trending Posts