Return to Snippet

Revision: 16635
at August 10, 2009 18:03 by lisimba


Initial Code
find /path/to/project/root -name '.svn' -type d -exec rm -rf '{}' \;

Initial URL
http://stackoverflow.com/questions/160497/removing-svn-folders-from-project-for-deployment

Initial Description


Initial Title
Removing .svn folders from project.

Initial Tags


Initial Language
Bash