• HOME
  • Nginx
  • OS X
  • MySQL
  • Apache
  • WordPress
  • PHP
  • AWS
  • General
  • Archive
Home / Posts tagged SVN

Recursively remove .svn directories from your project

Posted on November 20, 2009 by Marko Tomic in Subversion with 1 Comment

Occasionally I find .svn directories in my old projects that are not in Subversion.? The quickest way to recursively remove them is to run the following command: find . -name .svn -print0 | xargs -0 rm -rf You need to cd into your project directory before running it. You can also run the command to […]

Read More

Tags

Apache apc AS3 aws bash CodeDeploy ColdFusion command dynamodb Flash Flex general git grunt HOWTO iPhone iPone java Linux MySQL new relic Nginx Obex OS X Performance Tuning PHP Railo Red5 reviews ruby shell sms gateway SQL SSH SSL systems architecture Terminal Tomcat Ubuntu video waterproof web design web development WordPress ZenCart

Archives