Growing Venture Solutions - GVS - ubuntu hardy
http://growingventuresolutions.com/taxonomy/term/77/0
enInstalling Subversion (svn) 1.6 on Ubuntu 8.04 LTS Hardy
http://growingventuresolutions.com/blog/installing-subversion-svn-1-6-ubuntu-8-04-lts-hardy
<p>Maybe you're experimenting with git and bzr and you think svn is oldschool. Maybe you don't know what any of those words mean. All the same, if you need Subversion 1.6 on an Ubuntu Hardy machine here's the steps I followed to get it working:</p>
<h3>1. Get the sources set up for an alternate svn repository</h3>
<p>I used <a href="https://launchpad.net/~anders-kaseorg/%2Barchive/subversion-1.6">Anders Kaseorg</a> which seems to be fairly popular.</p>
<p>Add these two lines to your /etc/apt/sources.list:</p>
<p><div class="codeblock"><code>deb <a href="http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu" title="http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu">http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu</a> hardy main <br />deb-src <a href="http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu" title="http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu">http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu</a> hardy main</code></div></p>
<h3>2. Get Anders key:</h3>
<p><code>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 413576CB</code></p>
<h3>3. Update/Upgrade</h3>
<p><div class="codeblock"><code>sudo apt-get update<br />sudo apt-get upgrade</code></div></p>
<p>Glory!</p>
http://growingventuresolutions.com/blog/installing-subversion-svn-1-6-ubuntu-8-04-lts-hardy#commentssubversionubuntu hardyTue, 17 Nov 2009 22:10:43 +0000Greg729 at http://growingventuresolutions.com