• 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

Pages

  • Archive
  • Blog
  • Cloud Solutions – Sydney, Australia
  • About Marko
  • Page not found (error 404)
  • Mobile optimised

Tags

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

Archives