Ruby Asylum: Subversion InstallationA place for those crazy about Rubytag:rubyasylum.com,2005:TypoTypo2006-06-03T20:39:08-07:00Miraendaurn:uuid:474666de-7ec7-4b12-b77f-014c55047f212006-06-03T20:39:08-07:002006-06-03T20:39:08-07:00Subversion Installation<p>This is pretty easy to install if you have your own dedicated server:<br />
<code>cd /root/setup && wget http://subversion.tigris.org/tarballs/subversion-1.1.4.tar.gz<br />
tar xzf subversion-1.1.4.tar.gz<br />
cd subversion*<br />
./configure && make && make install<br />
<p>You can then grab svn releases by doing the following (example given is Typo's svn download):<br />
<code>svn checkout svn://typosphere.org/typo/trunk typo</code></p>