How could I use find
unix utility to find all working copies on the machine? For example, I can use find / -name .svn -type d
command, but it outputs all redundant results (a lot of subfolders), while I need only parent directory of working copy to be shown.
There is related question, but it does not really help in my case: http://stackoverflow.com/questions/1242364/