czwartek, 3 stycznia 2008

Deleting all svn folders recursively

Offtopic post: If you want eaisly delete all svn subfolders just use this clever sollution under Windows with usage of Total Commander:
  • Invoke a search (Alt+F7) from the projects root directory
  • Search for .svn (or _svn) - it depends on your settings
  • When the results are displayed, click the “Feed to listbox” button (bottom right)
  • In the list that appears select all the folders and delete (Shift-F8)

1 komentarz:

Greg Finzer pisze...

I created some C# code to delete .svn folders. I thought you might be interested.

Deleting .svn Folders for Subversion Using C#