<?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, 03 Feb 2012 16:09:15 +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>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 [...]]]></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/2010/11/solving-fake-checkouts-using-clearcase-and-eclipse/" rel="bookmark" class="crp_title">Solving fake checkouts using ClearCase and Eclipse</a></li><li><a href="http://www.albertobustamante.com/blog/2010/11/adding-repositories-on-ubuntu/" rel="bookmark" class="crp_title">Adding repositories on Ubuntu</a></li><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></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>

