<?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>Alberto Bustamante &#187; Subversion</title>
	<atom:link href="http://www.albertobustamante.com/blog/category/subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.albertobustamante.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 21 May 2010 19:46:04 +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>Solving problems with Subversion</title>
		<link>http://www.albertobustamante.com/blog/2009/11/solving-problems-with-subversion/</link>
		<comments>http://www.albertobustamante.com/blog/2009/11/solving-problems-with-subversion/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 17:41:24 +0000</pubDate>
		<dc:creator>Alberto</dc:creator>
				<category><![CDATA[Subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.albertobustamante.com/blog/?p=105</guid>
		<description><![CDATA[While I was updating my local copy of a SVN repository, I got this error:
Can&#8217;t copy / move &#8216;.svn-base&#8217; to &#8216;.tmp&#8217;: The system cannot find the file specified.
The problem was that there were two files in the repository whose names differed only in case (e.g., File.txt and file.txt). This is possible in Unix-based systems, but [...]]]></description>
			<content:encoded><![CDATA[<p>While I was updating my local copy of a SVN repository, I got this error:</p>
<blockquote><p>Can&#8217;t copy / move &#8216;<file name>.svn-base&#8217; to &#8216;<file name>.tmp&#8217;: The system cannot find the file specified.</p></blockquote>
<p>The problem was that there were two files in the repository whose names differed only in case (e.g., File.txt and file.txt). This is possible in Unix-based systems, but not in Windows. So due to I was using a Windows computer, I couldnt update my local copy. I you have this problem, just delete or rename one of the files in the repository.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.albertobustamante.com/blog/2009/12/fixing-wordpress-error-500/" rel="bookmark" class="crp_title">Fixing Wordpress Error 500</a></li><li><a href="http://www.albertobustamante.com/blog/2009/11/compiling-erlang-on-mac/" rel="bookmark" class="crp_title">Compiling Erlang on Mac</a></li><li><a href="http://www.albertobustamante.com/blog/2009/07/fix-the-home-and-end-keys-in-os-x/" rel="bookmark" class="crp_title">Fix the Home and End keys in OS X</a></li><li><a href="http://www.albertobustamante.com/blog/2009/07/showing-hidden-files-in-leopard/" rel="bookmark" class="crp_title">Showing hidden files in Leopard</a></li><li><a href="http://www.albertobustamante.com/blog/2009/05/fixing-wordpress-error-406/" rel="bookmark" class="crp_title">Fixing Wordpress Error 406</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.albertobustamante.com/blog/2009/11/solving-problems-with-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
