Delete SVN Directories in Project Powershell Script

Here is the PowerShell script to delete all the SVN directories in your project.

ls  -Force -Recurse -Filter  .svn  | rm -Force -Recurse

Use this code with your own risk, try it somewhere else first.

Comments

Popular posts from this blog

Space Character Problem on IE 6, 7, and 8

Does Netflix work on iOS 5 Beta 4?

AWS encryption chart (SSE-S3 vs SSE-KMS vs SSE-C)