/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#from http://growingventuresolutions.com/blog/fun-command-line-add-all-files-directory-tree-svn-subversion svn stat | grep "^?" | awk '{print $2}' | xargs svn add