<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Quick way to remove SVN folders</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sun, 12 Apr 2026 03:20:17 -0000</pubDate>

		<item>
			<title>Dayver</title>
			<description><![CDATA[Thank you :wink]]></description>
			<pubDate>Wed, 10 Dec 2008 08:01:04 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=594&d=0#post1562]]></link>
		</item>
		<item>
			<title>Kilandor</title>
			<description><![CDATA[First Create a new folder, Inside it copy for example the trunk folder into it.<br />
Create a text file name it something like Remove SVN.bat<br />
Edit it and inside put <br />
<pre class="code">FOR /F &quot;tokens=*&quot; %%G IN ('DIR /B /AD /S *.svn*') DO RMDIR /S /Q %%G</pre>
Save and run it.<br />
<br />
This will remove any .svn folder Recrusivly down from where it is ran.<br />
<br />
I use this when I want to upload the trunk to a website :)]]></description>
			<pubDate>Tue, 09 Dec 2008 09:22:48 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=594&d=0#post1558]]></link>
		</item>
	</channel>
</rss>