<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>hello, hellm &#187; Subversion</title>
	<atom:link href="http://hellm.com/category/subversion/feed" rel="self" type="application/rss+xml" />
	<link>http://hellm.com</link>
	<description>a blog by Michael Hellein</description>
	<lastBuildDate>Fri, 25 Feb 2011 13:12:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Installing Subversion on a MediaTemple DV 3.5 Virtual Server</title>
		<link>http://hellm.com/post/9</link>
		<comments>http://hellm.com/post/9#comments</comments>
		<pubDate>Thu, 07 Feb 2008 05:47:58 +0000</pubDate>
		<dc:creator>Michael Hellein</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://blog.hellm.com/post/9</guid>
		<description><![CDATA[Today, the mediatemple (dv) 3.5 was released. To my pleasure, its php is compiled with the tokenizer module, which is required for the software I&#8217;m deploying, so I&#8217;ve decided to give the (dv) another try. The developer tools now include svn! You don&#8217;t need to follow these instructions to install subversion &#8211; just create a [...]]]></description>
			<content:encoded><![CDATA[<p>Today, the mediatemple (dv) 3.5 was released.  To my pleasure, its php is compiled with the tokenizer module, which is required for the software I&#8217;m deploying, so I&#8217;ve decided to give the (dv) another try.</p>
<p><strong>The developer tools now include svn!  You don&#8217;t need to follow these instructions to install subversion &#8211; just create a support request with MediaTemple to install the developer tools.  If you need yum, the command below should add it successfully.</strong><br />
<span style="text-decoration: line-through;">Mysteriously, neither the <a href="http://kb.mediatemple.net/article.php?id=810">default packages</a> nor the &#8220;<a href="http://kb.mediatemple.net/article.php?id=807">developer&#8217;s tools</a>&#8221; include subversion</span>, and how could we live without subversion?  When I searched for handy instructions on how to go about installing it, I found only links to my <a href="http://blog.hellm.com/post/5">previous post</a>.  This post serves as an update for the (dv) 3.5.</p>
<p>The 3.5 edition is running on CentOS 5, so we need the rpm for that version:</p>
<p><code>$ </code>rpm -Uvh http://mirror.centos.org/centos/5/os/i386/CentOS/yum-3.0.5-1.el5.centos.5.noarch.rpm</p>
<p>[the above command is updated from yuri's comment that the dependencies are included in a stock (dv).  thanks!  yuri also says that subversion is now included in the developer tools.  <span style="text-decoration: line-through;">i haven't yet confirmed it, but it's wonderful if true!</span> it's true, and wonderful.]</p>
<p>Check if it’s installed:<br />
<code>$ rpm -q yum</code></p>
<p>With yum installed successfully, we can use it to install Subversion.<br />
<code>$ yum install subversion</code></p>
<p>That should do it.</p>
]]></content:encoded>
			<wfw:commentRss>http://hellm.com/post/9/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Installing Subversion on a MediaTemple DV 3.0 Virtual Server</title>
		<link>http://hellm.com/post/5</link>
		<comments>http://hellm.com/post/5#comments</comments>
		<pubDate>Wed, 14 Mar 2007 18:31:30 +0000</pubDate>
		<dc:creator>Michael Hellein</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://blog.hellm.com/post/5</guid>
		<description><![CDATA[[Updated for the dv 3.5 here] I&#8217;m currently testing a web application on a MediaTemple &#8220;dedicated virtual server&#8221; (dv). This means I need to have Subversion installed to check the current version of the application from the repository. Unfortunately, while MediaTemple installs Subversion on their (oft-derided) &#8220;grid-server&#8221; (gs), they don&#8217;t install it on the (dv). [...]]]></description>
			<content:encoded><![CDATA[<p>[Updated for the dv 3.5 <a href="http://blog.hellm.com/post/9">here</a>]</p>
<p>I&#8217;m currently testing a web application on a MediaTemple &#8220;dedicated virtual server&#8221; (dv).  This means I need to have Subversion installed to check the current version of the application from the repository.  Unfortunately, while MediaTemple installs Subversion on their (oft-derided) &#8220;grid-server&#8221; (gs), they don&#8217;t install it on the (dv).</p>
<p>What to do?  I put in a request with MediaTemple, but after vainly waiting 24 hours for a response, I decided to use yum to install Subversion.  This seems like a better idea than working with rpms; the likelihood is that I&#8217;ll need to install other packages, after all.  Yum doesn&#8217;t come with the (dv), however &#8211; for reasons unknown &#8211; so the first thing we need to do is get yum (following <a href="http://forums.vpslink.com/archive/index.php/t-552.html">this post</a>) [in a comment below, Bart has updated the location of the rpms].</p>
<p><span style="text-decoration: line-through;"><code>$ wget http://centos.mirror.vpslink.com/centos-4/4.4/os/i386/CentOS/RPMS/yum-2.4.3-1.c4.noarch.rpm</code></span></p>
<p><span style="text-decoration: line-through;"><code>$ wget http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/yum-2.4.3-3.el4.centos.noarch.rpm</code></span></p>
<p><code>$ wget http://mirror.centos.org/centos/4/os/i386/CentOS/RPMS/yum-2.4.3-3.el4.centos.noarch.rpm</code></p>
<p>It has dependencies, so we need get them too.</p>
<p><span style="text-decoration: line-through;"><code>$ rpm -ivh --nodeps http://centos.mirror.vpslink.com/centos-4/4.4/os/i386/CentOS/RPMS/libxml2-python-2.6.16-6.i386.rpm http://centos.mirror.vpslink.com/centos-4/4.4/os/i386/CentOS/RPMS/python-elementtree-1.2.6-4.2.1.i386.rpm http://centos.mirror.vpslink.com/centos-4/4.4/os/i386/CentOS/RPMS/python-sqlite-1.1.7-1.2.i386.rpm http://centos.mirror.vpslink.com/centos-4/4.4/os/i386/CentOS/RPMS/rpm-python-4.3.3-18_nonptl.i386.rpm http://centos.mirror.vpslink.com/centos-4/4.4/os/i386/CentOS/RPMS/python-urlgrabber-2.9.8-2.noarch.rpm</code></span></p>
<p><span style="text-decoration: line-through;"><code>$ rpm -ivh –nodeps http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/libxml2-python-2.6.16-10.i386.rpm http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/python-elementtree-1.2.6-5.el4.centos.i386.rpm http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/python-sqlite-1.1.7-1.2.1.i386.rpm http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/rpm-python-4.3.3-22_nonptl.i386.rpm http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/python-urlgrabber-2.9.8-2.noarch.rpm</code></span></p>
<p><code>$ rpm -ivh –nodeps http://mirror.centos.org/centos/4/os/i386/CentOS/RPMS/libxml2-python-2.6.16-10.i386.rpm http://mirror.centos.org/centos/4/os/i386/CentOS/RPMS/python-elementtree-1.2.6-5.el4.centos.i386.rpm http://mirror.centos.org/centos/4/os/i386/CentOS/RPMS/python-sqlite-1.1.7-1.2.1.i386.rpm http://mirror.centos.org/centos/4/os/i386/CentOS/RPMS/rpm-python-4.3.3-23_nonptl.i386.rpm http://mirror.centos.org/centos/4/os/i386/CentOS/RPMS/python-urlgrabber-2.9.8-2.noarch.rpm</code></p>
<p>Now we can install yum:</p>
<p><code>$ rpm -Uvh </code><code>yum-2.4.3-3.el4.centos.noarch.rpm</code></p>
<p>Check if it&#8217;s installed:</p>
<p><code>$ rpm -q yum</code></p>
<p>With yum installed successfully, we can use it to install Subversion.<br />
<code>$ yum install subversion</code></p>
<p>That should do it.</p>
<p>-</p>
<p>I should add that I didn&#8217;t know at first what flavor of Linux was running on MediaTemple&#8217;s (dv).  I found that we were dealing with CentOS 4.4 by running:</p>
<p><code>$ cat /etc/*release /etc/*version</code></p>
]]></content:encoded>
			<wfw:commentRss>http://hellm.com/post/5/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

