quick script for adding new svn files to repository

written by admin on November 28th, 2005 @ 04:32 PM

svn status | grep ? | awk '{print $2}' | xargs svn add 

This is on a FreeBSD box. I have noticed xargs on linux is slightly different – on linux try changing the xargs line to

xargs -i -t svn add {}

Comments are closed

Options:

Size

Colors