When trying to deployDeploy Launching code from a local development environment to the production web server, so that it's available to visitors. wporg-make changes on the sandbox (roughly cd /home/wporg/public_html && bin/sync/wporg-make.sh && svnup-all.sh && deploy-dotorg.sh wporg), I noticed that bin/sync/wporg-make.sh fails when trying to commit to dotorg.svn.
wporgdev@mcliwanow.dev.dca.wordpress.org:/home/wporg/public_html$ bin/sync/wporg-make.sh
Checking GitHub actions for WordPress/wporg-make..
✔ Lint
✔ build
Looks good!
Cloning into '/home/wporgdev/.sync-temp/wporg-make-2024'...
remote: Enumerating objects: 826, done.
remote: Counting objects: 100% (114/114), done.
remote: Compressing objects: 100% (56/56), done.
remote: Total 826 (delta 61), reused 68 (delta 40), pack-reused 712 (from 1)
Receiving objects: 100% (826/826), 1.20 MiB | 19.13 MiB/s, done.
Resolving deltas: 100% (383/383), done.
Authentication realm: <https://dotorg.svn.wordpress.org:443> Use your WordPress.org login
Enter SVN Username: mcliwanow
Password for 'mcliwanow':
Syncing to SVN...
Changes:
...
Press d to view diff (q to quit diff mode), any other key to continue.
Press any key to commit (dotorg.svn) as: 'Make WordPress Block Theme: Sync with git WordPress/wporg-make@0a7f40b', or Control+C to abort
svn: E175013: Commit failed (details follow):
svn: E175013: Access to '/!svn/me' forbidden
@bor0 helped me with this deployment, but I can I please get write access to dotorg.svn?
Thanks!