<?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>keyboardsamurais.de &#187; subversice</title>
	<atom:link href="http://keyboardsamurais.de/tag/subversice/feed/" rel="self" type="application/rss+xml" />
	<link>http://keyboardsamurais.de</link>
	<description>thoughts on software development, warts and all...</description>
	<lastBuildDate>Wed, 17 Feb 2010 23:20:18 +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>Deleting packages with Eclipse and Subversion / Subversive plugin</title>
		<link>http://keyboardsamurais.de/2007/12/06/deleting-packages-with-eclipse-and-subversion-subversive-plugin/</link>
		<comments>http://keyboardsamurais.de/2007/12/06/deleting-packages-with-eclipse-and-subversion-subversive-plugin/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 14:00:09 +0000</pubDate>
		<dc:creator>Toni</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[crybaby]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[delete package]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[subversice]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://keyboardsamurais.de/2007/12/06/deleting-packages-with-eclipse-and-subversion-subversive-plugin/</guid>
		<description><![CDATA[Something I just can&#8217;t wrap my head around is the sheer brittleness of development with a Subversion repository. While I do realize that this technology is way younger than the old cvs, it just boggles that mind what kind of crazy bugs you come across. 
My pet peeve was this one bug, where you&#8217;d delete [...]]]></description>
			<content:encoded><![CDATA[<p>Something I just can&#8217;t wrap my head around is the sheer brittleness of development with a Subversion repository. While I do realize that this technology is way younger than the old cvs, it just boggles that mind what kind of crazy bugs you come across. </p>
<p>My pet peeve was this one bug, where you&#8217;d delete a package and try to commit and your server tells you that your directory is out of sync. I only now discovered that &#8220;out of sync&#8221; means you&#8217;ll have to &#8220;svn update&#8221; the parent folder of your deleted packages to be able to commit the delete. See the <a href="http://forums.polarion.org/viewtopic.php?t=2717">developer comments on this here</a> &#8211; the gist of it: it&#8217;s not a bug, it&#8217;s a feature. Oh brother.</p>
<p>I guess I&#8217;ll have to give <a href="http://www.selenic.com/mercurial/wiki/">mercurial</a>, <a href="http://git.or.cz/">git</a> or some other versioning system a try in the next project. SVN just makes me want to cry.</p>
]]></content:encoded>
			<wfw:commentRss>http://keyboardsamurais.de/2007/12/06/deleting-packages-with-eclipse-and-subversion-subversive-plugin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
