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 [...]
Search
Top Posts & Pages
Tags
Apache AS3 aws bash ColdFusion command difftool DVD filemerge Flash Flex general Handbreak HOWTO iPhone iTunes Jaber java Linux MySQL networking Nginx OS X PHP Railo Red5 S3 shell SQL SSH SSL SVN systems architecture tar Terminal Tigase Tomcat Ubuntu utilities VirtueMart web development WordPress XMPP ZenCart zip

Comments