/ Published in: SVN
Expand |
Embed | Plain Text
svn status | grep "^?" | awk -F " " '{print $2}' | tr "\n" "\0" | xargs -0 svn add
Comments
Subscribe to comments
You need to login to post a comment.
svn status | grep "^?" | awk -F " " '{print $2}' | tr "\n" "\0" | xargs -0 svn add
Subscribe to comments
You need to login to post a comment.
neeeds 7 spaces in awk for new version of svn. why doesn't this fucking site have an edit option??