Skip to content
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

Github removed support for the Subversion protocol #63

Open
quantabase13 opened this issue Feb 17, 2024 · 1 comment
Open

Github removed support for the Subversion protocol #63

quantabase13 opened this issue Feb 17, 2024 · 1 comment

Comments

@quantabase13
Copy link
Contributor

According to
https://github.blog/changelog/2024-01-08-subversion-has-been-sunset/ ,
Github has no longer support subversion protocol from 2024/01/08,
the following bash commands in cmsis.mk don't work now.

$(CMSIS)/arm:
	svn export -r$(SVN_REV) -q --force https:/ARMmbed/mbed-os/trunk/cmsis/ $(CMSIS)/arm

$(CMSIS)/TARGET_STM:
	svn export -r$(SVN_REV) -q --force https:/ARMmbed/mbed-os/trunk/targets/TARGET_STM/ $(CMSIS)/TARGET_STM
@jserv
Copy link
Member

jserv commented Feb 17, 2024

According to https://github.blog/changelog/2024-01-08-subversion-has-been-sunset/ , Github has no longer support subversion protocol from 2024/01/08, the following bash commands in cmsis.mk don't work now.

We can use shallow git submodule instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants