<?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; Versioning</title>
	<atom:link href="http://www.bartclaessens.com/category/versioning/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>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>

