Useful SVN commands

Avadhut Phatarpekar bio photo By Avadhut Phatarpekar Comment

Often, I need to add directories and files to SVN recursively. This little bit helps a lot:

sudo svn status | grep "^\?" | awk '{print $2}' | xargs sudo svn add