RSS  |  Archive    


Here’s a little 1 liner that let you find all the svn directories in the current folder.

find . -mindepth 2 -maxdepth 2 -name .svn -type d | sed -e's/\.svn//' 

tagged: shell,code,svn,
7:43 am, by shenie,