Remove specific directory recursively in linux
        Posted  
        
            by Webnet
        on Server Fault
        
        See other posts from Server Fault
        
            or by Webnet
        
        
        
        Published on 2010-04-09T14:34:45Z
        Indexed on 
            2010/04/09
            14:43 UTC
        
        
        Read the original article
        Hit count: 310
        
linux
I accidentally deleted my .svn folder in the root directory on the site I'm working on. So I need to remove all .svn from this project, do a fresh checkout, then overwrite that checkout with what I have. Problem is, I'm not sure how to recursively delete directories in linux.
© Server Fault or respective owner