OpenWrt Forum Archive

Topic: openwrt download (svn and http)

The content of this topic has been archived on 5 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

They don't allow the svn socket here so "svn co ..." failes.  I am trying to use the http protocol to do the checkout and I get the following:

[m@localhost src]$ !1128
svn co http://http.openwrt.org/openwrt/trunk kamikaze
svn: PROPFIND request failed on '/openwrt/trunk'
svn: PROPFIND of '/openwrt/trunk': 405 Not Allowed (http://http.openwrt.org)
[m@localhost src]$ svn co https://http.openwrt.org/openwrt/trunk kamikaze
svn: PROPFIND request failed on '/openwrt/trunk'
svn: PROPFIND of '/openwrt/trunk': 405 Not Allowed (https://http.openwrt.org)
[m@localhost src]$


how does one checkout openwrt using http??

midnight1111 wrote:

They don't allow the svn socket here so "svn co ..." failes.  I am trying to use the http protocol to do the checkout and I get the following:

[m@localhost src]$ !1128
svn co http://http.openwrt.org/openwrt/trunk kamikaze
svn: PROPFIND request failed on '/openwrt/trunk'
svn: PROPFIND of '/openwrt/trunk': 405 Not Allowed (http://http.openwrt.org)
[m@localhost src]$ svn co https://http.openwrt.org/openwrt/trunk kamikaze
svn: PROPFIND request failed on '/openwrt/trunk'
svn: PROPFIND of '/openwrt/trunk': 405 Not Allowed (https://http.openwrt.org)
[m@localhost src]$


how does one checkout openwrt using http??

Apparently they don't allow access that way.

The svn checkout url changed a while ago. You need to use svn:// instead of http:// .

~ JoW

The discussion might have continued from here.