<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Installing Subversion on a MediaTemple DV 3.0 Virtual Server</title>
	<atom:link href="http://blog.hellm.com/post/5/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.hellm.com/post/5</link>
	<description>what's going on behind the scenes at hellm:</description>
	<lastBuildDate>Tue, 02 Sep 2008 03:40:54 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jay</title>
		<link>http://blog.hellm.com/post/5/comment-page-1#comment-46</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Tue, 17 Jul 2007 21:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hellm.com/post/5#comment-46</guid>
		<description>if you run into dependency errors, make sure you format the RPM command as follows:

rpm -ivh --[two dashes and without brackets]nodeps

I ran into this when copying and pasting.</description>
		<content:encoded><![CDATA[<p>if you run into dependency errors, make sure you format the RPM command as follows:</p>
<p>rpm -ivh &#8211;[two dashes and without brackets]nodeps</p>
<p>I ran into this when copying and pasting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Hellein</title>
		<link>http://blog.hellm.com/post/5/comment-page-1#comment-44</link>
		<dc:creator>Michael Hellein</dc:creator>
		<pubDate>Thu, 12 Jul 2007 15:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hellm.com/post/5#comment-44</guid>
		<description>Tim, I&#039;m glad you got that working.  Considering the number of people who decide to &#039;upgrade&#039; from their grid server to dedicated virtual, I would expect mediatemple would reduce the differences in configuration between the gs and dv instances.  And it seems that something as basic as a package manager would be installed by default!</description>
		<content:encoded><![CDATA[<p>Tim, I&#8217;m glad you got that working.  Considering the number of people who decide to &#8216;upgrade&#8217; from their grid server to dedicated virtual, I would expect mediatemple would reduce the differences in configuration between the gs and dv instances.  And it seems that something as basic as a package manager would be installed by default!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim garrison</title>
		<link>http://blog.hellm.com/post/5/comment-page-1#comment-43</link>
		<dc:creator>tim garrison</dc:creator>
		<pubDate>Thu, 12 Jul 2007 01:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hellm.com/post/5#comment-43</guid>
		<description>nevermind, i just needed to install the sqlite rpm.  anyway, thanks again for the article!</description>
		<content:encoded><![CDATA[<p>nevermind, i just needed to install the sqlite rpm.  anyway, thanks again for the article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim garrison</title>
		<link>http://blog.hellm.com/post/5/comment-page-1#comment-42</link>
		<dc:creator>tim garrison</dc:creator>
		<pubDate>Thu, 12 Jul 2007 01:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hellm.com/post/5#comment-42</guid>
		<description>hi, thank you SOOOO much for this.

while i love media temple overall, the difficulty of going off their beaten path is so frustrating.  i am installing memcache/pecl memcache for a new project im working on, it is on a dv3 server with them as well, and at the moment i am trying to get yum following your instructions, here is the error i came across while installing the python-sqlite rpm:

rpm -ihv http://centos.mirror.vpslink.com/centos-4/4/os/i386/CentOS/RPMS/python-sqlite-1.1.7-1.2.1.i386.rpm
Retrieving http://centos.mirror.vpslink.com/centos-4/4/os/i386/CentOS/RPMS/python-sqlite-1.1.7-1.2.1.i386.rpm
warning: /var/tmp/rpm-xfer.T5m3xs: V3 DSA signature: NOKEY, key ID 443e1821
error: Failed dependencies:
        libsqlite3.so.0 is needed by python-sqlite-1.1.7-1.2.1.i386

do you have any idea what this would be?  does it mean i dont have sqlite installed?  i thought it came in media temples dev tools...

thanks again for your article.</description>
		<content:encoded><![CDATA[<p>hi, thank you SOOOO much for this.</p>
<p>while i love media temple overall, the difficulty of going off their beaten path is so frustrating.  i am installing memcache/pecl memcache for a new project im working on, it is on a dv3 server with them as well, and at the moment i am trying to get yum following your instructions, here is the error i came across while installing the python-sqlite rpm:</p>
<p>rpm -ihv <a href="http://centos.mirror.vpslink.com/centos-4/4/os/i386/CentOS/RPMS/python-sqlite-1.1.7-1.2.1.i386.rpm" rel="nofollow">http://centos.mirror.vpslink.com/centos-4/4/os/i386/CentOS/RPMS/python-sqlite-1.1.7-1.2.1.i386.rpm</a><br />
Retrieving <a href="http://centos.mirror.vpslink.com/centos-4/4/os/i386/CentOS/RPMS/python-sqlite-1.1.7-1.2.1.i386.rpm" rel="nofollow">http://centos.mirror.vpslink.com/centos-4/4/os/i386/CentOS/RPMS/python-sqlite-1.1.7-1.2.1.i386.rpm</a><br />
warning: /var/tmp/rpm-xfer.T5m3xs: V3 DSA signature: NOKEY, key ID 443e1821<br />
error: Failed dependencies:<br />
        libsqlite3.so.0 is needed by python-sqlite-1.1.7-1.2.1.i386</p>
<p>do you have any idea what this would be?  does it mean i dont have sqlite installed?  i thought it came in media temples dev tools&#8230;</p>
<p>thanks again for your article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart</title>
		<link>http://blog.hellm.com/post/5/comment-page-1#comment-41</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Wed, 11 Jul 2007 07:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hellm.com/post/5#comment-41</guid>
		<description>oh, the links you provided did not work on 11 juli 2007. I had to use:

wget http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/yum-2.4.3-3.el4.centos.noarch.rpm

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</description>
		<content:encoded><![CDATA[<p>oh, the links you provided did not work on 11 juli 2007. I had to use:</p>
<p>wget <a href="http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/yum-2.4.3-3.el4.centos.noarch.rpm" rel="nofollow">http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/yum-2.4.3-3.el4.centos.noarch.rpm</a></p>
<p>rpm -ivh &#8211;nodeps <a href="http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/libxml2-python-2.6.16-10.i386.rpm" rel="nofollow">http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/libxml2-python-2.6.16-10.i386.rpm</a> <a href="http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/python-elementtree-1.2.6-5.el4.centos.i386.rpm" rel="nofollow">http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/python-elementtree-1.2.6-5.el4.centos.i386.rpm</a> <a href="http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/python-sqlite-1.1.7-1.2.1.i386.rpm" rel="nofollow">http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/python-sqlite-1.1.7-1.2.1.i386.rpm</a> <a href="http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/rpm-python-4.3.3-22_nonptl.i386.rpm" rel="nofollow">http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/rpm-python-4.3.3-22_nonptl.i386.rpm</a> <a href="http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/python-urlgrabber-2.9.8-2.noarch.rpm" rel="nofollow">http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/python-urlgrabber-2.9.8-2.noarch.rpm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart</title>
		<link>http://blog.hellm.com/post/5/comment-page-1#comment-40</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Wed, 11 Jul 2007 07:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hellm.com/post/5#comment-40</guid>
		<description>Hi Michael,

Thanks for this how-to... 
You saved me a couple of hours work!!

Bart
The Netherlands</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>Thanks for this how-to&#8230;<br />
You saved me a couple of hours work!!</p>
<p>Bart<br />
The Netherlands</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Hellein</title>
		<link>http://blog.hellm.com/post/5/comment-page-1#comment-27</link>
		<dc:creator>Michael Hellein</dc:creator>
		<pubDate>Fri, 08 Jun 2007 19:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hellm.com/post/5#comment-27</guid>
		<description>I can&#039;t check the version, sadly, because I got rid of my dv.  I&#039;m pretty sure that it was a 1.4.x version - it was whatever yum gave me.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t check the version, sadly, because I got rid of my dv.  I&#8217;m pretty sure that it was a 1.4.x version &#8211; it was whatever yum gave me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Hartman</title>
		<link>http://blog.hellm.com/post/5/comment-page-1#comment-26</link>
		<dc:creator>Jeff Hartman</dc:creator>
		<pubDate>Fri, 08 Jun 2007 19:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hellm.com/post/5#comment-26</guid>
		<description>What version of Subversion did it install? svn --version says I already have 1.1.4, but I want 1.4.3.

Please shoot me an email if you could... Thanks!</description>
		<content:encoded><![CDATA[<p>What version of Subversion did it install? svn &#8211;version says I already have 1.1.4, but I want 1.4.3.</p>
<p>Please shoot me an email if you could&#8230; Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://blog.hellm.com/post/5/comment-page-1#comment-3</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 19 Apr 2007 20:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hellm.com/post/5#comment-3</guid>
		<description>I ended up dropping my DV because the installed PHP didn&#039;t come with the Tokenizer module (required for a component of the application), and I didn&#039;t want to recompile PHP, because it would have meant unsubscribing from the automatic updates to the server software.  Because the Tokenizer is included by default in almost every PHP distribution, I couldn&#039;t find an RPM to add it to the installed PHP.  It was pretty disappointing, and, as I&#039;ve come to expect, MediaTemple support was less than helpful in resolving the issue.</description>
		<content:encoded><![CDATA[<p>I ended up dropping my DV because the installed PHP didn&#8217;t come with the Tokenizer module (required for a component of the application), and I didn&#8217;t want to recompile PHP, because it would have meant unsubscribing from the automatic updates to the server software.  Because the Tokenizer is included by default in almost every PHP distribution, I couldn&#8217;t find an RPM to add it to the installed PHP.  It was pretty disappointing, and, as I&#8217;ve come to expect, MediaTemple support was less than helpful in resolving the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://blog.hellm.com/post/5/comment-page-1#comment-2</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Thu, 19 Apr 2007 19:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hellm.com/post/5#comment-2</guid>
		<description>Man I love you ;) 

After 2 months passing GPU limit, I&#039;ve just switched to dvServers. I lagh when they say that 99% of the sites don&#039;t need more than 1000 GPUs. Bad for them.</description>
		<content:encoded><![CDATA[<p>Man I love you <img src='http://blog.hellm.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
<p>After 2 months passing GPU limit, I&#8217;ve just switched to dvServers. I lagh when they say that 99% of the sites don&#8217;t need more than 1000 GPUs. Bad for them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
