<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.7" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Remove SVN files with automator</title>
	<link>http://team.bkwld.com/2007/11/21/remove-svn-files-with-automator/</link>
	<description>Team BKWLD</description>
	<pubDate>Tue, 06 Jan 2009 05:16:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.7</generator>

	<item>
		<title>by: Paul Feakins</title>
		<link>http://team.bkwld.com/2007/11/21/remove-svn-files-with-automator/#comment-9561</link>
		<pubDate>Tue, 30 Sep 2008 13:57:36 +0000</pubDate>
		<guid>http://team.bkwld.com/2007/11/21/remove-svn-files-with-automator/#comment-9561</guid>
					<description>All you need to do is drag the folder with the right mouse button and it will copy it without the .svn directories!</description>
		<content:encoded><![CDATA[<p>All you need to do is drag the folder with the right mouse button and it will copy it without the .svn directories!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Top 5 Automator Actions for Simplifying Daily Work &#124; Primal Skill Blog</title>
		<link>http://team.bkwld.com/2007/11/21/remove-svn-files-with-automator/#comment-9186</link>
		<pubDate>Thu, 11 Sep 2008 13:13:52 +0000</pubDate>
		<guid>http://team.bkwld.com/2007/11/21/remove-svn-files-with-automator/#comment-9186</guid>
					<description>[...] It&#8217;s a tutorial on how to create the Automator action. Check it out here.   Share and Enjoy: [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] It&#8217;s a tutorial on how to create the Automator action. Check it out here.   Share and Enjoy: [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: TypeOneError Studios&#8482; svn:externals and svn export</title>
		<link>http://team.bkwld.com/2007/11/21/remove-svn-files-with-automator/#comment-7302</link>
		<pubDate>Fri, 08 Aug 2008 21:12:56 +0000</pubDate>
		<guid>http://team.bkwld.com/2007/11/21/remove-svn-files-with-automator/#comment-7302</guid>
					<description>[...] # Set new value for property 'svn:externals' on 'Flash/Classes/com' svn st # X Flash/Classes/com/bkwld  Now, you can see it&#8217;s an external link with the &#8216;X&#8217; status. Now just run svn up to populate the &#8216;bkwld&#8217; folder! Any updates to our Actionscript codebase can now be reflected in any number of other projects utilizing it (without copying and pasting changes). Brilliant. svn export Before export, if we needed files from another project we would often copy files from the working copy clear the .svn files (though that was a pretty sweet trick if I say so myself ;)) and then add them to the repository. I know a lot of people do this. Whether it&#8217;s using an automated script or just running it in Terminal, it&#8217;s a dangerous trick (I personally have accidently ran it on my &#8216;Websites&#8217; folder &#8212; and it&#8217;s recursive &#8212; ouch). A better way to grab versioned files into a new working copy is to use svn export. This &#8220;exports a clean directory tree from the repository&#8221; (svn help export) meaning that the resulting directory structure will have no .svn folders to begin with. You can navigate to your working copy and run export and then svn add those new files to your working copy. For example [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] # Set new value for property &#8217;svn:externals&#8217; on &#8216;Flash/Classes/com&#8217; svn st # X Flash/Classes/com/bkwld  Now, you can see it&#8217;s an external link with the &#8216;X&#8217; status. Now just run svn up to populate the &#8216;bkwld&#8217; folder! Any updates to our Actionscript codebase can now be reflected in any number of other projects utilizing it (without copying and pasting changes). Brilliant. svn export Before export, if we needed files from another project we would often copy files from the working copy clear the .svn files (though that was a pretty sweet trick if I say so myself ;)) and then add them to the repository. I know a lot of people do this. Whether it&#8217;s using an automated script or just running it in Terminal, it&#8217;s a dangerous trick (I personally have accidently ran it on my &#8216;Websites&#8217; folder &#8212; and it&#8217;s recursive &#8212; ouch). A better way to grab versioned files into a new working copy is to use svn export. This &#8220;exports a clean directory tree from the repository&#8221; (svn help export) meaning that the resulting directory structure will have no .svn folders to begin with. You can navigate to your working copy and run export and then svn add those new files to your working copy. For example [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Annie</title>
		<link>http://team.bkwld.com/2007/11/21/remove-svn-files-with-automator/#comment-528</link>
		<pubDate>Sat, 12 Jan 2008 18:46:44 +0000</pubDate>
		<guid>http://team.bkwld.com/2007/11/21/remove-svn-files-with-automator/#comment-528</guid>
					<description>Great use of automator!</description>
		<content:encoded><![CDATA[<p>Great use of automator!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Remove Pesky SVN Files &#124; 68KB</title>
		<link>http://team.bkwld.com/2007/11/21/remove-svn-files-with-automator/#comment-83</link>
		<pubDate>Wed, 28 Nov 2007 17:10:42 +0000</pubDate>
		<guid>http://team.bkwld.com/2007/11/21/remove-svn-files-with-automator/#comment-83</guid>
					<description>[...] I recently installed SCPlugin for my Mac which allows a GUI interface to Subversion. One thing I haven&#8217;t been able to locate is the SVN export command. So every time I checkout I get all the hidden svn files. Luckily I found this great tutorial from Team BKWLD that uses Automator to recursively delete all the SVN files for a folder. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] I recently installed SCPlugin for my Mac which allows a GUI interface to Subversion. One thing I haven&#8217;t been able to locate is the SVN export command. So every time I checkout I get all the hidden svn files. Luckily I found this great tutorial from Team BKWLD that uses Automator to recursively delete all the SVN files for a folder. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Eric &#124; 68KB</title>
		<link>http://team.bkwld.com/2007/11/21/remove-svn-files-with-automator/#comment-82</link>
		<pubDate>Wed, 28 Nov 2007 16:58:35 +0000</pubDate>
		<guid>http://team.bkwld.com/2007/11/21/remove-svn-files-with-automator/#comment-82</guid>
					<description>Thank you so much for this.  I have been struggling with finding a way to delete the svn files and I was just about to give up and start manually going through each directory. :( 

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thank you so much for this.  I have been struggling with finding a way to delete the svn files and I was just about to give up and start manually going through each directory. :( </p>
<p>Thanks again!
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
