Im having hard time to do my application code cleanup. after a few google search result hop.
So, this is how to remove .svn folder recursively (works in linux terminal) :
find . -name ".svn" -exec rm -rf {} \;