2009
11.11

Unfortunately Subversion provides no inbuilt function to add all new files at once.
This however is a solution:

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

Enjoy,
JaZz

No Comment.

Add Your Comment