¿Eres nuevo? ¡Lee el FAQ y ponte al día!
1k visitas

How to delete all .svn folders in Mac or Linux

This is the simplest way to remove all .svn folders when you want to get rid of all those annoying subversion folders:

Text
  1. cd /path/to/your/project
  2. find ./ -name ".svn" | xargs rm -Rf
  3.  

­

Etiquetas: Plain Text mac os subversion linux

Insertar: