/ Published in: SVN

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
svn status | grep "^?" | awk -F " " '{print $2}' | tr "\n" "\0" | xargs -0 svn add
Comments
