<?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: How to Install Subversion on FH CentOS 5 (it should be easy, but isn&#8217;t)</title>
	<atom:link href="http://apocryph.org/2009/06/15/how-to-install-subversion-on-fh-centos-5-it-should-be-easy-but-isnt/feed/" rel="self" type="application/rss+xml" />
	<link>http://apocryph.org/2009/06/15/how-to-install-subversion-on-fh-centos-5-it-should-be-easy-but-isnt/</link>
	<description>Notes to my future self</description>
	<lastBuildDate>Tue, 27 Jul 2010 01:59:07 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kipp</title>
		<link>http://apocryph.org/2009/06/15/how-to-install-subversion-on-fh-centos-5-it-should-be-easy-but-isnt/comment-page-1/#comment-1200</link>
		<dc:creator>Kipp</dc:creator>
		<pubDate>Wed, 07 Apr 2010 18:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://apocryph.org/?p=733#comment-1200</guid>
		<description>Worked for me, too. I removed perl* from the exclusions, then installed subversion from the WHM Install a Package applet with no problems. Thanks, David!</description>
		<content:encoded><![CDATA[<p>Worked for me, too. I removed perl* from the exclusions, then installed subversion from the WHM Install a Package applet with no problems. Thanks, David!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santosh</title>
		<link>http://apocryph.org/2009/06/15/how-to-install-subversion-on-fh-centos-5-it-should-be-easy-but-isnt/comment-page-1/#comment-1148</link>
		<dc:creator>Santosh</dc:creator>
		<pubDate>Tue, 09 Mar 2010 17:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://apocryph.org/?p=733#comment-1148</guid>
		<description>David&#039;s advice worked for me too. Thanks David! 
I am using CentOS on a VPS server (with cPanel).</description>
		<content:encoded><![CDATA[<p>David&#8217;s advice worked for me too. Thanks David!<br />
I am using CentOS on a VPS server (with cPanel).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://apocryph.org/2009/06/15/how-to-install-subversion-on-fh-centos-5-it-should-be-easy-but-isnt/comment-page-1/#comment-871</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 19 Oct 2009 05:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://apocryph.org/?p=733#comment-871</guid>
		<description>Just a quick bit of info for anyone who comes across the same problem:

I solved it by temporarily removing perl* from the exclusions list, using &#039;sudo yum install subversion&#039;, then re-adding perl* to the exclusions list

Everything installed perfectly ok, and cPanel is safe!</description>
		<content:encoded><![CDATA[<p>Just a quick bit of info for anyone who comes across the same problem:</p>
<p>I solved it by temporarily removing perl* from the exclusions list, using &#8217;sudo yum install subversion&#8217;, then re-adding perl* to the exclusions list</p>
<p>Everything installed perfectly ok, and cPanel is safe!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Cook</title>
		<link>http://apocryph.org/2009/06/15/how-to-install-subversion-on-fh-centos-5-it-should-be-easy-but-isnt/comment-page-1/#comment-775</link>
		<dc:creator>Tony Cook</dc:creator>
		<pubDate>Wed, 26 Aug 2009 06:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://apocryph.org/?p=733#comment-775</guid>
		<description>I had a similar problem with installing subversion on a Cpanel mangled RHEL install.  Disabling the excludes line in yum.conf temporarily allowed perl-URI and subversion to be installed successfully.

I copied /etc/yum.conf to ~/yum-sane.conf, commented out the excludes line and did &quot;sudo yum -c yum-sane.conf install perl-URI&quot; which installed that package, and then &quot;sudo yum install subversion&quot; to finish the installation.</description>
		<content:encoded><![CDATA[<p>I had a similar problem with installing subversion on a Cpanel mangled RHEL install.  Disabling the excludes line in yum.conf temporarily allowed perl-URI and subversion to be installed successfully.</p>
<p>I copied /etc/yum.conf to ~/yum-sane.conf, commented out the excludes line and did &#8220;sudo yum -c yum-sane.conf install perl-URI&#8221; which installed that package, and then &#8220;sudo yum install subversion&#8221; to finish the installation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anelson</title>
		<link>http://apocryph.org/2009/06/15/how-to-install-subversion-on-fh-centos-5-it-should-be-easy-but-isnt/comment-page-1/#comment-697</link>
		<dc:creator>anelson</dc:creator>
		<pubDate>Thu, 23 Jul 2009 19:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://apocryph.org/?p=733#comment-697</guid>
		<description>I&#039;m pretty sure excluding the package from YUM is why I couldn&#039;t install it with YUM.  I&#039;m not sure why the RPM failed; I assume some idiosyncracy of either YUM or RPM that I don&#039;t quite get.

On the one hand I understand why cpanel does this, as any package updates that break cpanel will be treated by customers as a cpanel error.  However, this seems a very heavy-handed way of solving the problem.  I would think cpanel could just install itself with its own copies of its various dependencies, running just the right version to get cpanel to work, and not leave the entire box relegated to hoping cpanel will ship perl-URI or whatever.</description>
		<content:encoded><![CDATA[<p>I&#8217;m pretty sure excluding the package from YUM is why I couldn&#8217;t install it with YUM.  I&#8217;m not sure why the RPM failed; I assume some idiosyncracy of either YUM or RPM that I don&#8217;t quite get.</p>
<p>On the one hand I understand why cpanel does this, as any package updates that break cpanel will be treated by customers as a cpanel error.  However, this seems a very heavy-handed way of solving the problem.  I would think cpanel could just install itself with its own copies of its various dependencies, running just the right version to get cpanel to work, and not leave the entire box relegated to hoping cpanel will ship perl-URI or whatever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Ward</title>
		<link>http://apocryph.org/2009/06/15/how-to-install-subversion-on-fh-centos-5-it-should-be-easy-but-isnt/comment-page-1/#comment-696</link>
		<dc:creator>Jay Ward</dc:creator>
		<pubDate>Thu, 23 Jul 2009 18:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://apocryph.org/?p=733#comment-696</guid>
		<description>Cpanel excludes those because it manages the updates to those packages, in order to prevent them from causing conflicts with cpanel&#039;s way of doing things. 

However, those exclusions don&#039;t have anything to do with the errors you are getting in installing subversion. You can try removing the perl exclusion and then install the packages, but I am willing to bet you will have the same problems. 

The only way I have found to get perl-URI to install is by downloading the RPM and installing it. Where you had some dependencies fail when you tried that, I would try to YUM install those dependencies, and if that doesn&#039;t work, trace down their RPMs and install them that way.

It&#039;s gay, I know. But that is why they pay linux admins the somewhat big bucks.</description>
		<content:encoded><![CDATA[<p>Cpanel excludes those because it manages the updates to those packages, in order to prevent them from causing conflicts with cpanel&#8217;s way of doing things. </p>
<p>However, those exclusions don&#8217;t have anything to do with the errors you are getting in installing subversion. You can try removing the perl exclusion and then install the packages, but I am willing to bet you will have the same problems. </p>
<p>The only way I have found to get perl-URI to install is by downloading the RPM and installing it. Where you had some dependencies fail when you tried that, I would try to YUM install those dependencies, and if that doesn&#8217;t work, trace down their RPMs and install them that way.</p>
<p>It&#8217;s gay, I know. But that is why they pay linux admins the somewhat big bucks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
