• 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 AS3 aws bash ColdFusion command difftool DVD Flash Flex general Handbreak HOWTO iPhone iTunes Jaber java Linux MySQL networking Nginx OS X Performance Tuning PHP Railo Red5 S3 shell SQL SSH SSL SVN systems architecture tar Terminal Tigase Tomcat Ubuntu utilities VirtueMart web development WordPress XMPP ZenCart zip

Archives