/ Published in: Bash
Expand |
Embed | Plain Text
svn st | grep "^\?" | awk "{print \$2}" | xargs svn add $1
Comments
Subscribe to comments
You need to login to post a comment.
svn st | grep "^\?" | awk "{print \$2}" | xargs svn add $1
Subscribe to comments
You need to login to post a comment.
Nice. I've seen a bunch of variants on deleting unversioned items, not so much for the opposite use case tho. I gotta learn to use awk :)