for i in `svn st | grep ? | awk -F " " '{print $2}'`; do svn add $i; done
Never been to CodeSnippets before?
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
Add all new files to Subversion (See related posts)
Comments on this post
You need to create an account or log in to post comments to this site.
Related Posts
» Add all new files to Subversion in awk grep svn subversion
» Update All of the SVN Versio... in shell svn bash subversion
» create a rails app from rail... in ruby rails shell svn bash subversion rubyonrails
» remove missing subversion files in svn bash subversion
» Counting lines in awk grep shell osx mac bash line unix count file sed directory lines wc
» View processes, grep out by ... in awk ps sysadmin grep kill
Snippets (source code soon to be available) developed by Peter Cooper and powered by Ruby On Rails