Ruby Asylum: Subversion Installation A place for those crazy about Ruby tag:rubyasylum.com,2005:Typo Typo 2006-06-03T20:39:08-07:00 Miraenda urn:uuid:474666de-7ec7-4b12-b77f-014c55047f21 2006-06-03T20:39:08-07:00 2006-06-03T20:39:08-07:00 Subversion 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>