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

Configure hosts File in Android

Is Wharton Business Foundations Specialization Good?

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