Snippet for adding unknown files/dirs to Subversion (command line)

svn add `svn st | grep "^?" | awk '{print $2}'`
comments powered by Disqus