Home » Software   

How to remove .svn folders from your source files


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.

Delete SVN Folders

Delete SVN Folders

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!!.

Related posts:

  1. Right way to remove IMAP folders from Outlook
  2. How to Hide / Remove Gmail Label Folders using IMAP and Outlook 2007 / 2010
  3. How to remove shared documents folders from My Computer
  4. Advanced Batch files and folders renamer [ Windows ]
  5. How to organize files and folders ? [ Podcast ]
| Need more help? Make a search below.
Author Details

Posted on 17th January 2010 by , A Professional Tech blogger, Editor and Writer who talks about solving day to day problems of people who use computer. His expertise are in Windows 7, Microsoft Office, Software, Mobile Apps and Video Posts. All posts by | Connect with me @Twitter | Linkedin | Facebook | Stumble



Readers Comment

  • Handy said:

    thanx for illustration