/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
svn status -u | grep "?" | awk '{print $2}' | while read i ; do svn add "$i" ; done