Subversion Installation
Posted by Miraenda Sun, 04 Jun 2006 03:39:08 GMT
This is pretty easy to install if you have your own dedicated server: You can then grab svn releases by doing the following (example given is Typo's svn download):
cd /root/setup && wget http://subversion.tigris.org/tarballs/subversion-1.1.4.tar.gz
tar xzf subversion-1.1.4.tar.gz
cd subversion*
./configure && make && make install
svn checkout svn://typosphere.org/typo/trunk typo
