<?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>Neueste Themenbeiträge</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Wed, 29 Apr 2026 21:16:04 -0000</pubDate>

		<item>
			<title>Dayver</title>
			<description><![CDATA[Thank you :wink]]></description>
			<pubDate>Mi, 10 Dez 2008 08:01:04 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/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>Di, 09 Dez 2008 09:22:48 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=594&d=0#post1558]]></link>
		</item>
	</channel>
</rss>