Add all new files to svn repository [svn]


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



Copy this code and paste it in your HTML
  1. svn status | grep -v "^.[ \t]*\..*" | grep "^?" | awk '{print $2}' | xargs svn add

URL: http://codesnippets.joyent.com/posts/show/45

Report this snippet


Comments


You need to login to view comments.