Development, Technology and such…
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