A tip to add svn files quickly

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.

No votes yet

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.