/ Published in: Bash
                    
                                        Cleans SVN from a directory and all sub directories.
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
 find ./ -name ".svn" | xargs rm -Rf
Comments
                    Subscribe to comments
                
                