If you play around with sub version codes and use a subversion source control client you might have seen lot of .svn folders inside. Basically the tool maintains your state in hidden folders as .svn. This is useful but if plan to share it with somebody else you share the state too.

There are few ways to clean it :
- svn export [-r REV] URL[@PEGREV] [PATH] or svn export [-r REV] PATH1[@PEGREV] [PATH2]
- Use this registry hack to remove all of them. It ads remove .svn text to context menu.
- If you dont like those commands or hacks, Download this tool and just select any folder and clean it off quickly.
Enjoy Source Control tool with this!!.
thanx for illustration