Back to Pull RequestsView on GitHub
#39Closed
Moderate Review
Support Subversion and git-svn
by sonatard•Sep 23, 2014
Summary
This PR extends ghq to support Subversion (SVN) and Git-SVN repositories. It introduces automatic VCS backend detection and configuration, allowing `ghq clone` to perform `svn checkout` and `git svn clone`, and `ghq update` to perform `svn update` and `git svn rebase`.
Changes
+180 additions-4 deletions
Impact Areas
VCS Backend SupportCommand Execution LogicConfiguration HandlingTesting