jenkinsci / jenkinsci/subversion-plugin
[JENKINS-6368] SVN plugin is not supported by github.com
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
github.com recently added the ability to checkout a git repo with subversion with a URL such as
http://svn.github.com/doctrine/doctrine2.git
(see http://github.com/blog/626-announcing-svn-support)
If this URL is specified in a Husdon job configuration, it will never checkout the code. A manual svn co http://svn.github.com/doctrine/doctrine2.git does work.
I tried browsing the URL manually in the web browser and it returns 'incomplete headers' so it is possible it's only accepting traffic from know subversion clients, or only responds to specific subversion commands rather than http commands. In any case, the Husdon subversion plugin cannot checkout repositories hosted at github.com
---
Originally reported by dordrak, imported from: SVN plugin is not supported by github.com
Raw content of original issue
github.com recently added the ability to checkout a git repo with subversion with a URL such as
http://svn.github.com/doctrine/doctrine2.git(see http://github.com/blog/626-announcing-svn-support)
If this URL is specified in a Husdon job configuration, it will never checkout the code. A manual svn co http://svn.github.com/doctrine/doctrine2.git does work.
I tried browsing the URL manually in the web browser and it returns 'incomplete headers' so it is possible it's only accepting traffic from know subversion clients, or only responds to specific subversion commands rather than http commands. In any case, the Husdon subversion plugin cannot checkout repositories hosted at github.com
- environment:
All
Contributor guide
Assessment
This issue has not been assessed yet.