<?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>Randomize Everything &#187; General</title>
	<atom:link href="http://www.bartclaessens.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bartclaessens.com</link>
	<description>And create the perfect world</description>
	<lastBuildDate>Sat, 17 Jul 2010 11:57:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Completely Uninstall XCode And Developer Tools</title>
		<link>http://www.bartclaessens.com/2010/07/completely-uninstall-xcode-and-developer-tools/</link>
		<comments>http://www.bartclaessens.com/2010/07/completely-uninstall-xcode-and-developer-tools/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 11:57:07 +0000</pubDate>
		<dc:creator>Bart Claessens</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Platforms]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[delete xcode]]></category>
		<category><![CDATA[reinstall xcode]]></category>
		<category><![CDATA[remove xcode]]></category>
		<category><![CDATA[uninstall xcode]]></category>

		<guid isPermaLink="false">http://www.bartclaessens.com/?p=234</guid>
		<description><![CDATA[If you&#8217;re running into troubles with your XCode installation or Developer Tools and like to reinstall the whole thing, you should enter the following command in your Terminal application to uninstall the whole developer package: sudo /Developer/Library/uninstall-devtools –mode=all]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re running into troubles with your XCode installation or Developer Tools and like to reinstall the whole thing, you should enter the following command in your Terminal application to uninstall the whole developer package:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #000000; font-weight: bold;">/</span>Developer<span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>uninstall-devtools –<span style="color: #007800;">mode</span>=all</pre></div></div>

<div class="shr-publisher-234"></div>]]></content:encoded>
			<wfw:commentRss>http://www.bartclaessens.com/2010/07/completely-uninstall-xcode-and-developer-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automator SVN-delete and deploy workflow</title>
		<link>http://www.bartclaessens.com/2010/04/automator-svn-delete-and-deploy-workflow/</link>
		<comments>http://www.bartclaessens.com/2010/04/automator-svn-delete-and-deploy-workflow/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 09:46:25 +0000</pubDate>
		<dc:creator>Bart Claessens</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Versioning]]></category>
		<category><![CDATA[automatic process]]></category>
		<category><![CDATA[automator]]></category>
		<category><![CDATA[remove .svn folders]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://www.bartclaessens.com/?p=211</guid>
		<description><![CDATA[Almost all of my projects are placed under svn version control, a great way to manage different project versions. But when the time is there to put everything online I have to clear all auto-created .svn files and folders. This doesn&#8217;t only save space but it&#8217;s also a more secure way to deploy files. A [...]]]></description>
			<content:encoded><![CDATA[<p>Almost all of my projects are placed under <a href="http://subversion.apache.org/" target="_blank">svn version control</a>, a great way to manage different project versions. But when the time is there to put everything online I have to clear all auto-created .svn files and folders. This doesn&#8217;t only save space but it&#8217;s also a more secure way to deploy files.<br />
A few weeks back I created an automator workflow to do all this stuff automagically and today is the time I share this with you developers out there.</p>
<p>What it actually does:<br />
- It prompts you with the folder you&#8217;d like to export<br />
- It takes a copy of the folder and pastes it onto the desktop<br />
- It removes all the .svn files and folders<br />
- It shows the newly exported folder in a finder window<br />
- Your original files won&#8217;t be harmed</p>
<p>You can download the compiled automator script <a href="http://www.bartclaessens.com/wp-content/uploads/files/deploy_app.zip">here</a>.<br />
If you&#8217;d like to change the workflow to fit your own needs (i.e.: you can open your favorite FTP client after the process) then download the automator workflow <a href="http://www.bartclaessens.com/wp-content/uploads/files/deploy_workflow.zip">here</a>.</p>
<p>Just a little sidenote: you can also export your project from your subversion client like <a href="http://www.versionsapp.com/"  target="_blank">Versions</a> or <a href="http://www.zennaware.com/cornerstone/index.php"  target="_blank">Cornerstone</a>.</p>
<div class="shr-publisher-211"></div>]]></content:encoded>
			<wfw:commentRss>http://www.bartclaessens.com/2010/04/automator-svn-delete-and-deploy-workflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

