<?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>Helmut Granda &#187; error</title>
	<atom:link href="http://www.helmutgranda.com/tag/error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.helmutgranda.com</link>
	<description>learning through interaction</description>
	<lastBuildDate>Mon, 19 Jul 2010 15:01:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>SVN PROPFIND 405 Method Not Allowed</title>
		<link>http://www.helmutgranda.com/2009/10/03/svn-propfind-405-method-not-allowed/</link>
		<comments>http://www.helmutgranda.com/2009/10/03/svn-propfind-405-method-not-allowed/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 02:04:59 +0000</pubDate>
		<dc:creator>Helmut Granda</dc:creator>
				<category><![CDATA[AS Burst]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.helmutgranda.com/?p=381</guid>
		<description><![CDATA[Problem I was getting the following error after trying to update a SVN repository. PHP: PROPFIND of '/': 405 Method Not Allowed And had no idea what it meant. I read on the internet that could be from trying to checkout a file that is none existent. The interesting thing is that I was just [...]]]></description>
			<content:encoded><![CDATA[<h3>Problem</h3>
<p>I was getting the following error after trying to update a SVN repository. </p>
<div class="syntax_hilite"><strong>PHP:</strong>
<div id="php-2">
<div>
<ol style="">PROPFIND of '/': 405 Method Not Allowed</ol>
</div>
</div>
</div>
<p>And had no idea what it meant. I read on the internet that could be from trying to checkout a file that is none existent. The interesting thing is that I was just doing an update (svn update).</p>
<h3>Solution:</h3>
<div class="syntax_hilite"><strong>PHP:</strong>
<div id="php-3">
<div>
<ol style="">svn cleanup</ol>
</div>
</div>
</div>
<p>That solved my problem immediately. After running the cleanup command I was able to make my update.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.helmutgranda.com/2009/10/03/svn-propfind-405-method-not-allowed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
