Sometimes the Xcode remove repository doesn’t work at al. Use this powerful command linked here.
cd to/dir/where/you/want/to/start
find . -type d -name '.svn' -print -exec rm -rf {} \;
Sometimes the Xcode remove repository doesn’t work at al. Use this powerful command linked here.
cd to/dir/where/you/want/to/start
find . -type d -name '.svn' -print -exec rm -rf {} \;