Revision: 9811
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        at November 23, 2008 14:28 by afiedler
                            
                            Initial Code
svn rm $( svn status | sed -e '/^!/!d' -e 's/^!//' )
Initial URL
Initial Description
If you accidentally deleted files from a subversion working copy, subversion marks them missing instead of deleted. This command will delete them correctly from the repository.
Initial Title
Remove all "missing" files from a SVN working copy
Initial Tags
Bash
Initial Language
Bash