/ Published in: Bash
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
find /path/to/project/root -name '.svn' -type d -exec rm -rf '{}' \;
URL: http://stackoverflow.com/questions/160497/removing-svn-folders-from-project-for-deployment
Comments
 Subscribe to comments
                    Subscribe to comments
                
                