<?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>TechieDan &#187; svn</title>
	<atom:link href="http://techiedan.com/tag/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://techiedan.com</link>
	<description>Your Search for The Tech Stuffs</description>
	<lastBuildDate>Thu, 09 Feb 2012 02:59:46 +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>SVN Error on Eclipse</title>
		<link>http://techiedan.com/2010/01/11/svn-error-on-eclipse/</link>
		<comments>http://techiedan.com/2010/01/11/svn-error-on-eclipse/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 03:39:33 +0000</pubDate>
		<dc:creator>techieDan</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://techiedan.com/?p=730</guid>
		<description><![CDATA[<p>Using <strong>Eclipse as my Java editor</strong>, and attempting to update the desired codes and to mark the version on SVN with TechieDan&#8217;s codes has prompted this error from eclipse.</p>
<p></p>
<p><strong>&#8220;Attempted to lock an already-locked dir svn:&#8221;</strong></p>
<p>Now looking at this, nothing was updated and a solution was needed to be able to update codes. The solution is [...]]]></description>
			<content:encoded><![CDATA[<p>Using <strong>Eclipse as my Java editor</strong>, and attempting to update the desired codes and to mark the version on SVN with TechieDan&#8217;s codes has prompted this error from eclipse.</p>
<p><img class="alignnone size-full wp-image-731" style="border: 1px solid black;" title="SVN Error Using Eclipse" src="http://techiedan.com/wp-content/uploads/2010/01/svn-error.jpg" alt="SVN Error Using Eclipse" width="478" height="149" /></p>
<p><span style="color: #3366ff;"><strong>&#8220;Attempted to lock an already-locked dir svn:&#8221;</strong></span></p>
<p>Now looking at this, nothing was updated and a solution was needed to be able to update codes. The solution is pretty simple though. After browsing through the web, it looks like that there was some synchronization errors and all one need to do is to clean up the SVN.</p>
<p><img class="alignnone size-full wp-image-732" title="Eclipse Team Cleanup" src="http://techiedan.com/wp-content/uploads/2010/01/eclipse-cleanup.jpg" alt="Eclipse Team Cleanup" width="450" height="296" /></p>
<p><strong>Right click on Desired Project &gt; Team &gt; Cleanup</strong>.</p>
<p>The following should work. If all else fails here&#8217;s the other alternative, which is to delete the lock file.</p>
<blockquote><p><em>Shutdown your Eclipse.<br />
Go to .svn folder and delete .lock file(s).</em></p></blockquote>
<p>If you&#8217;re still getting some error, make sure to check for case sensitivities of file in the repository. This prevents the repository from being checked out on Windows because Windows is unable to distinguish the two same named files. <em>Ex: abc.jpg and abc.JPG.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://techiedan.com/2010/01/11/svn-error-on-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

