Remove all .svn externals


/ Published in: SVN
Save to your folder(s)



Copy this code and paste it in your HTML
  1. find ./ -name ".svn" | xargs rm -Rf

URL: http://www.techiecorner.com/154/how-to-remove-all-svn-folder-in-linux-mac/

Report this snippet


Comments


You need to login to view comments.