ophub / amlogic-s9xxx-armbian

Support for Armbian in Amlogic, Rockchip and Allwinner boxes. Support a311d, s922x, s905x3, s905x2, s912, s905d, s905x, s905w, s905, s905l, rk3588, rk3568, rk3399, rk3328, h6, etc.
GNU General Public License v2.0
5.41k stars 1.72k forks source link

armbian-sync使用的subversion方法被github官方废弃 #1923

Closed JedSunCN closed 6 months ago

JedSunCN commented 7 months ago

Device Information | 设备信息

Armbian Version | 系统版本

Describe the bug | 问题描述

root@armbian:~# armbian-sync [ INFO ] Armbian PLATFORM: [ amlogic ] [ STEPS ] Start syncing all service scripts... [ STEPS ] Start syncing operation instruction and service script... svn: E170013: Unable to connect to a repository at URL 'https://github.com/ophub/amlogic-s9xxx-armbian/trunk/build-armbian/armbian-files/common-files/usr/sbin' **svn: E900002: Subversion support temporarily disabled.

GitHub has temporarily disabled Subversion support as part of a planned brownout in order to give you advance notice of the upcoming permanent removal of Subversion support on 2024-01-08.**

Please see https://github.blog/2023-01-20-sunsetting-subversion-support/ for details. [ ERROR ] Sync [ https://github.com/ophub/amlogic-s9xxx-armbian/trunk/build-armbian/armbian-files/common-files/usr/sbin ] scripts failed.

ophub commented 7 months ago

今天都升级了,使用git替换了svn了,使用下面的命令更新armbian-sync:

wget https://raw.githubusercontent.com/ophub/amlogic-s9xxx-armbian/main/build-armbian/armbian-files/common-files/usr/sbin/armbian-sync -O /usr/sbin/armbian-sync

chmod +x /usr/sbin/armbian-sync

armbian-sync