<?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>Pieces of Life... &#187; Others</title>
	<atom:link href="http://www.bogdanirimia.ro/category/technology/others/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bogdanirimia.ro</link>
	<description>Bogdan Irimia&#039;s Web Space</description>
	<lastBuildDate>Fri, 18 Mar 2011 20:11:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>&#8220;Delete SVN folders&#8221; context menu item</title>
		<link>http://www.bogdanirimia.ro/delete-svn-files-context-menu-item/263</link>
		<comments>http://www.bogdanirimia.ro/delete-svn-files-context-menu-item/263#comments</comments>
		<pubDate>Wed, 24 Feb 2010 12:06:01 +0000</pubDate>
		<dc:creator>Myself</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.bogdanirimia.ro/?p=263</guid>
		<description><![CDATA[If you&#8217;re using Windows and you have some projects synced with SVN, you could have sometimes the need to remove the folder&#8217;s SVN references. This can be done in Windows Explorer by browsing and removing all the .svn subfolders, but if your folder has many subfolders, you&#8217;ll have a lot of work to do. There&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re using Windows and you have some projects synced with SVN, you could have sometimes the need to remove the folder&#8217;s SVN references. This can be done in Windows Explorer by browsing and removing all the .svn subfolders, but if your folder has many subfolders, you&#8217;ll have a lot of work to do. There&#8217;s a simpler way: tweaking the registry to add a context menu item that allows to delete the SVN references.</p>
<p>This is the reg file:</p>
<pre class="brush: bash; title: ; notranslate">

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN]
@=&quot;Delete SVN Folders&quot;

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN\command]
@=&quot;cmd.exe /c \&quot;TITLE Removing SVN Folders in %1 &amp;&amp; COLOR 9A &amp;&amp; FOR /r \&quot;%1\&quot; %%f IN (.svn) DO RD /s /q \&quot;%%f\&quot; \&quot;&quot;
</pre>
<p>Run it, then right-click on a folder and you&#8217;ll see the aforementioned item. Works well on Windows 7.</p>
<p>The idea comes from<a href="http://weblogs.asp.net/jgalloway/archive/2007/02/24/shell-command-remove-svn-folders.aspx" target="_blank"> Jon Galloway</a>&#8216;s blog. Neat!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bogdanirimia.ro/delete-svn-files-context-menu-item/263/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

