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

Subversion not installed (svn: not found) #4

Closed
rvdsteege opened this issue Feb 17, 2025 · 1 comment · Fixed by #5
Closed

Subversion not installed (svn: not found) #4

rvdsteege opened this issue Feb 17, 2025 · 1 comment · Fixed by #5
Assignees

Comments

@rvdsteege
Copy link
Member

Deploying the Pronamic Pay plugin to wordpress.org failed in https://github.com/pronamic/wp-pronamic-pay/actions/runs/13365922587/job/37323580506 because the svn command was not available:

🔎 Check tag existence
   svn info https://plugins.svn.wordpress.org/pronamic-ideal/tags/9.14.0
   sh: 1: svn: not found
   sh: 1: svn: not found

Subversion has been removed from ubuntu-latest, as mentioned in actions/runner-images#10636:

Removed from the Ubuntu 24.04 image due to maintenance reasons.

Therefore, we need to add an extra step to install Subversion explicitly in this action:

            - name: Install Subversion
              run: |
                sudo apt-get update
                sudo apt-get install -y subversion
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