-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to connect to svn URL repository #16
Comments
Openwrt no longer uses SVN for version control; they use git now. The archive of the SVN repository is here: https://git.openwrt.org/?p=openwrt/svn-archive/archive.git;a=summary BUT you should not be using this old version. According to the README.md it is now supported mainline. See this for up to date documentation: https://openwrt.org/toh/hilink/hlk-rm04?s[]=rm04 |
So now there is no need for patch? Is that what you are implying? |
Didn't need to do anything extra, well, not really, other than patching the available flash, but that's easy to do.
Let me know if you need the patches or a set of images. |
$ svn co svn://svn.openwrt.org/openwrt/trunk@38333
svn: E170013: Unable to connect to a repository at URL 'svn://svn.openwrt.org/openwrt/trunk'
svn: E670002: Unknown hostname 'svn.openwrt.org'
I have successfully installed svn on my ubuntu20.04 PC. But getting this issue. Is the URL down or changed?
The text was updated successfully, but these errors were encountered: