/ Published in: Bash
Expand |
Embed | Plain Text
svn status -u | grep "?" | awk '{print $2}' | while read i ; do svn add "$i" ; done
You need to login to post a comment.
benpjohnson on 05/16/08
1 person have marked this snippet as a favorite
svn status -u | grep "?" | awk '{print $2}' | while read i ; do svn add "$i" ; done
You need to login to post a comment.