I had a small problem on my Mac when I wanted to rebuild a subversion repo. When I worked on windows, I just searched the project folder for .svn folders.
But on Mac and Linux, thats another story. Thankfully for the command-line, one quick command, and the problem is fixed:
find . | grep .svn$ | xargs rm -rf
Related
Published by Michaël Rigart
I'm the founder of Netronix, a software company that specializes in Ruby / Ruby on Rails development.
I have been developing and deploying a wide variety of online business and content applications. Hands-on experience in Ruby & PHP, although my focus lies mostly on the cutting edge of Ruby / Rails programming.
View all posts by Michaël Rigart