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

E900002: Subversion support temporarily disabled. #308

Closed
guojinlong1 opened this issue Dec 6, 2023 · 1 comment · Fixed by #307
Closed

E900002: Subversion support temporarily disabled. #308

guojinlong1 opened this issue Dec 6, 2023 · 1 comment · Fixed by #307

Comments

@guojinlong1
Copy link

Hello! I built it locally https://github.com/bigbluebutton/docker When encountering the following error, how can I solve it?

“Building bbb-web
Step 1/23 : ARG BBB_BUILD_TAG
Step 2/23 : FROM gitlab.senfcall.de:5050/senfcall-public/docker-bbb-build:$BBB_BUILD_TAG AS builder
---> 22861c096772
Step 3/23 : ARG TAG_COMMON_MESSAGE
---> Using cache
---> d6cade3b3a91
Step 4/23 : RUN svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/$TAG_COMMON_MESSAGE/bbb-common-message /bbb-common-message && cd /bbb-common-message && ./deploy.sh && rm -rf /bbb-common-message
---> Running in 3eaa76e63adf
svn: E170013: Unable to connect to a repository at URL 'https://github.com/bigbluebutton/bigbluebutton/tags/v2.6.0/bbb-common-message'
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: Service 'bbb-web' failed to build: The command '/bin/sh -c svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/$TAG_COMMON_MESSAGE/bbb-common-message /bbb-common-message && cd /bbb-common-message && ./deploy.sh && rm -rf /bbb-common-message' returned a non-zero code: 1

@alangecker
Copy link
Collaborator

ui, perfect timing, unintended but with #307 we will get rid of subversion anyway.

you should also be able to use the prebuilt docker images with docker compose up --no-build

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

Successfully merging a pull request may close this issue.

2 participants