<?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>High Fibre Programming &#187; Uncategorised</title>
	<atom:link href="http://www.4pmp.com/category/uncategorised/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.4pmp.com</link>
	<description>PHP, MySQL, C, Java, Linux and other great after dinner speech topics</description>
	<lastBuildDate>Thu, 08 Jul 2010 07:35:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SVN: Entry has unexpectedly changed special status</title>
		<link>http://www.4pmp.com/2010/02/svn-entry-has-unexpectedly-changed-special-status/</link>
		<comments>http://www.4pmp.com/2010/02/svn-entry-has-unexpectedly-changed-special-status/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 12:46:19 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Uncategorised]]></category>
		<category><![CDATA[commit]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[symlink]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.4pmp.com/?p=249</guid>
		<description><![CDATA[I just tried to commit my Working Copy when I got the error message:
svn: Entry 'jquery-latest.js' has unexpectedly changed special status
It turns out that someone had created a symlink to whatever is the latest version of jQuery, which apart from being a somewhat dubious solution, should be fine.   However, it seems a Windows user then [...]]]></description>
			<content:encoded><![CDATA[<p>I just tried to commit my Working Copy when I got the error message:</p>
<p><code>svn: Entry 'jquery-latest.js' has unexpectedly changed special status</code></p>
<p>It turns out that someone had created a symlink to whatever is the latest version of jQuery, which apart from being a somewhat dubious solution, should be fine.   However, it seems a Windows user then checked out this file and somehow changed it; either directly or by some strange Windowsy magic.   Anyway, the changed file was then corrupted and the result is the rather cryptic message above.</p>
<p>I tried to remove the offending file:</p>
<p><code>svn remove jquery-latest.js</code></p>
<p>But that resulted in:</p>
<p><code>svn: 'jquery-latest.js' is in the way of the resource actually under version control</code></p>
<p>Which was simpy resolved by using the <code>--force</code> command:</p>
<p><code>svn remove --force jquery-latest.js</code></p>
<p>I recreated the symlink, committed it and it seems now to be ok.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.4pmp.com/2010/02/svn-entry-has-unexpectedly-changed-special-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello</title>
		<link>http://www.4pmp.com/2009/07/hello/</link>
		<comments>http://www.4pmp.com/2009/07/hello/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 17:38:46 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://blog.4pmp.com/?p=1</guid>
		<description><![CDATA[Starting a blog was always one of those things that I sort of wanted to get round to one day but secretly knew I&#8217;d never actually get round to.   That was until about a month ago when my good friend J decided to make a blog.    It was for me one of those epiphany moments, [...]]]></description>
			<content:encoded><![CDATA[<p>Starting a blog was always one of those things that I sort of wanted to get round to one day but secretly knew I&#8217;d never actually get round to.   That was until about a month ago when my good friend J decided to make a blog.    It was for me one of those epiphany moments, <a title="FullFatCode" href="http://www.fullfatcode.com/">J&#8217;s blog</a> is absolutely fantastic and I suddenly thought I could give it a bash too.   I don&#8217;t say for a moment that this will be at all at the same level as J&#8217;s, in fact I can more or less guarantee it won&#8217;t be, but nevertheless there may (or more likely probably won&#8217;t, unless you happen to be into the same riveting programming areas as me) be some useful stuff here.   For the rest of you, riveting might actually be more fun.</p>
<p>As J mentions in his blog, every day we use the communities on the web to help us with our work, and so it seems right to try and give something back.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.4pmp.com/2009/07/hello/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
