add all files in a directory to svn command line


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #from http://growingventuresolutions.com/blog/fun-command-line-add-all-files-directory-tree-svn-subversion
  2.  
  3. svn stat | grep "^?" | awk '{print $2}' | xargs svn add

URL: #from http://growingventuresolutions.com/blog/fun-command-line-add-all-files-directory-tree-svn-subversion

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.