Thanks to trash in #bash on irc.freenode.net. Simply define this function in Bash and invoke it when ready to add:
svn_radd ()
{
svn status | while read a b; do
[[ $a = '?' ]] && svn add "$b";
done
}
GD Star Rating
loading...
loading...
GD Star Rating
loading...
loading...
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.