Adds subversion support to manage spec-repositories
Our team had been using a in house fork of Cocoapods with svn, bzr, and hg spec-repo support. Since #1747 has been closed, I'm porting that code to plugins
$ gem install cocoapods-repo-svn Add
$ pod repo-svn add my-svn-repo http://svn-repo-url Update
$ pod repo-svn update my-svn-repo Remove
$ pod repo-svn remove my-svn-repo ..
$ rake build $ rake install Repo->Remove and Repo->Lint are generic enough to be lifted out of git specific command/repo