[SVN] Add Recursively

Here is the command to add recursively new files in Subversion :

[pene@donunix] svn status | grep '^\?' | sed -e 's/^? *\(.*\)/\1/;s/ /\\ /g' | xargs svn add

1 comment:

Steve said...

Thanks for this, have added it as an alias, is coming in useful!