/ Published in: Ruby
Expand |
Embed | Plain Text
`svn status | grep '?'`.gsub(/\?[^\w]*/,"").split("\n").each { |f| `svn add #{f}`}
Comments
Subscribe to comments
You need to login to post a comment.
Catfish on 07/26/06
4 people have marked this snippet as a favorite
Kobold
idiotkings
koncept
webstic
`svn status | grep '?'`.gsub(/\?[^\w]*/,"").split("\n").each { |f| `svn add #{f}`}
Subscribe to comments
You need to login to post a comment.
hi