Delete all .svn folders in project directory on Mac

In terminal in project directory:

 find ./ -name ".svn" | xargs rm -Rf  

 Read here about xargs.

Comments

Popular posts from this blog

Scroll UITextField above Keyboard in a UITableView OR UIScrollView in Swift and Objective C

Reverting all Xcode settings to default settings

CGRectIntegral