<?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>Crazy Photon's Blog &#187; Subversion</title>
	<atom:link href="http://blog.crazyphoton.net/category/development/subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.crazyphoton.net</link>
	<description>Everything about Crazy Photon's life</description>
	<lastBuildDate>Fri, 07 May 2010 16:20:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Subversion on Apache Weirdness</title>
		<link>http://blog.crazyphoton.net/2008/11/14/subversion-on-apache-weirdness/</link>
		<comments>http://blog.crazyphoton.net/2008/11/14/subversion-on-apache-weirdness/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 03:33:24 +0000</pubDate>
		<dc:creator>cphoton</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.crazyphoton.net/?p=41</guid>
		<description><![CDATA[Hi All, time for a technical post! Today while I was setting up a Subversion 1.5 installation over Apache 2.2.10 on Windows, I was experiencing a strange difficulty. After making the necessary configuration details on httpd.conf and I tried running the server, everything went smoothly, however when I made it run as a service, it [...]]]></description>
			<content:encoded><![CDATA[<p>Hi All, time for a technical post!</p>
<p>Today while I was setting up a Subversion 1.5 installation over Apache 2.2.10 on Windows, I was experiencing a strange difficulty. After making the necessary configuration details on httpd.conf and I tried running the server, everything went smoothly, however when I made it run as a service, it would not run and give the following error:</p>
<p><em class="quotelev1">&#8220;Cannot load C:/../modules/mod_dav_svn.so into </em><em class="quotelev1">server: The specified module could not be found.&#8221; </em></p>
<p>Even though this module was at the right location. After googling for a while and reading the <a href="http://subversion.tigris.org/faq.html#mod_dav_svn-win32">Subversion FAQ for this problem</a> and <a href="http://www.opensource.apple.com/darwinsource/Current/subversion-16/subversion/packages/windows-innosetup/W32notes.txt">another useful document</a>, I tried all the suggestions but the problem would still persist. After a while of tinkering, I resolved it by copying the following libraries from the Subversion&#8217;s installation to the modules folder of Apache:</p>
<ul>
<li>intl3_svn.dll</li>
<li>libdb44.dll</li>
<li>libeay32.dll</li>
<li>libsvn_client-1.dll</li>
<li>libsvn_delta-1.dll</li>
<li>libsvn_diff-1.dll</li>
<li>libsvn_fs-1.dll</li>
<li>libsvn_ra-1.dll</li>
<li>libsvn_repos-1.dll</li>
<li>libsvn_subr-1.dll</li>
<li>libsvn_wc-1.dll</li>
<li>ssleay32.dll</li>
</ul>
<p>I hope this post helps those who are having problems with Subversion deployments.</p>
<p>It did not use to be like this in previous Subversion releases, usually after putting the *.so files on the modules entry on Apache and configuring httpd.conf it was enough to make it run&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crazyphoton.net/2008/11/14/subversion-on-apache-weirdness/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  blog.crazyphoton.net/category/development/subversion/feed/ ) in 0.35011 seconds, on Sep 8th, 2010 at 1:14 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Sep 8th, 2010 at 2:14 am UTC -->