No commit activity in last 3 years
No release in over 3 years
CocoaPod plugin to add subversion support for spec repositories
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.3
>= 0
 Project Readme

Gem Version Code Climate

Cocoapods::RepoSvn

Adds subversion support to manage spec-repositories

Brief

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

Installation

$ gem install cocoapods-repo-svn 

Usage

Commands

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 

Podfile integration

To include your sources in the install phase of your project, do the following:

plugin 'cocoapods-repo-svn', :sources => [
        'https://svn.myrepository.com'
    ]

Contributing

..

Building

$ rake build

Installing

$ rake install

Thoughts

Repo->Remove and Repo->Lint are generic enough to be lifted out of git specific command/repo