1/25/09

SVN No More

So you copy an entire project into a new directory. The old one was source-controlled in SVN, and you're not sure about what you want to do with the new one, and your IDE keeps bugging you about committing the new stuff.

Well, say no more!!

From the command line, at the project root, run this:

find . -name .svn -exec rm -rf {} \;

Not much help though if you're running Winders. Sorry.

No comments: