Showing posts with label subversion. Show all posts
Showing posts with label subversion. Show all posts

2012-06-12

Add all new files to Subversion Repository

Add new files to repository
svn status | grep "^\?" | awk '{print $2}' | xargs svn add