We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Improvements for later: https://help.github.com/articles/creating-releases/ http://scribu.net/blog/deploying-from-git-to-svn.html?replytocom=5231
svn stat | awk '/^?/ {print $2}' | xargs svn add > /dev/null 2>&1 svn stat | awk '/^!/ {print $2}' | xargs svn rm --force