<?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>the jackol's den &#187; tortoisesvn</title>
	<atom:link href="http://www.thejackol.com/tag/tortoisesvn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thejackol.com</link>
	<description>01100010 01101100 01100101 01101000</description>
	<lastBuildDate>Wed, 28 Dec 2011 03:40:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MKCOL &#8230; 405 Method Not Allowed Subversion error</title>
		<link>http://www.thejackol.com/2009/03/24/mkcol-405-method-not-allowed-subversion-error/</link>
		<comments>http://www.thejackol.com/2009/03/24/mkcol-405-method-not-allowed-subversion-error/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 16:20:35 +0000</pubDate>
		<dc:creator>Mikhail Esteves</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[source control]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[tortoisesvn]]></category>

		<guid isPermaLink="false">http://www.thejackol.com/?p=579</guid>
		<description><![CDATA[I use DreamHost to store and manage all my Subversion repositories. When trying to commit a while back, I got this strange error: svn: Commit failed (details follow): svn: MKCOL of &#39;.../images&#39;: 405 Method Not Allowed Searching around, I managed to find a couple of reasons this could occur &#8212; wrong charset or a connectivity [...]]]></description>
			<content:encoded><![CDATA[	<p>I use <a href="http://www.dreamhost.com/r.cgi?143924">DreamHost</a> to store and manage all my Subversion repositories. When trying to commit a while back, I got this strange error:</p>

<pre><code>svn: Commit failed (details follow):
svn: MKCOL of &#39;.../images&#39;: 405 Method Not Allowed
</code></pre>

	<p>Searching around, I managed to find a couple of reasons this could occur &#8212; wrong charset or a connectivity problem (proxy discarding the <code>MKCOL</code> command). I&#8217;m not behind a proxy so I tried passing a <code>charset</code> parameter but that didn&#8217;t really help.</p>

	<p>What finally helped was deleting the problematic &#8220;images&#8221; directory in the repository and re-commiting the directory. I use TortoiseSVN so it was as simple as using the Repo-Browser, right-clicking on the problematic directory and deleting it. The commit went through just fine after this.</p>]]></content:encoded>
			<wfw:commentRss>http://www.thejackol.com/2009/03/24/mkcol-405-method-not-allowed-subversion-error/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

