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
[SVN] Add Recursively
tags :
shell-script,
svn
Subscribe to:
Post Comments (Atom)
Welcome to Don Unix
The main purpose of this blog is to show you some interesting Unix and Linux Tips'n Tricks.
I hope you'll enjoy it
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:
Thanks for this, have added it as an alias, is coming in useful!
Post a Comment