svn status | grep "REPLACETHIS" | awk "{print \$2}"| xargs svn add
Is a quick way to add files to svn.
Replace REPLACETHIS with things like ^? to add all unversioned files. Remember you need the "" marks.
<code>
<blockcode>
<foo>
[foo]
More information about formatting options
Comments
Post new comment