rm -rf `find . -type d -name .svn`
Programing, Shell scripting, Windows, Linux. I'm using this as a repository for all those niggling little tasks that get done just often enough to be annoying, but maybe not often enough to commit to memory, and other things I feel like writing about.
Showing posts with label SVN. Show all posts
Showing posts with label SVN. Show all posts
Monday, September 22, 2008
Removing SVN folders from a directory
If you need to removing a folder from subversion run the following command
Monday, March 3, 2008
Hiding SVN Directories using .htaccess
You can use the .htaccess file to hide specific directories pretty easily using a simple rewrite rule
RewriteEngine onThis same format could be used to hide any directory on a web server.
RewriteRule \.svn/ - [F]
Subscribe to:
Posts (Atom)