Hi there! Could I get the wordcampWordCamp WordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more. role added to my wp.org sandbox at obenland.dev.dca.wordpress.org so I can help with requests like this one? It would be great if that would include commit access to wordcamp SVNSVN Apache Subversion (often abbreviated SVN, after its command name svn) is a software versioning and revision control system. Software developers use Subversion to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly compatible successor to the widely used Concurrent Versions System (CVS). WordPress core and the wordpress.org released code are all centrally managed through SVN. https://subversion.apache.org/.. Thank you!
Monthly Archives: July 2026
Build server not removing files from core.svn.wordpress.org when it should
There have been several recent cases where the build server has not removed files from the core.svn.wordpress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ repository. This is resulting in files persisting and being included in WordPress releases when they should not be.
For the 7.0 release, three files related to real-time collaboration have been removed in develop.svn.wordpress.org but not core.svn.wordpress.org (see #65325).
During the 7.1 cycle, there are a few more instances of this documented in #65565. These files are not yet meant to be included in a final release of WordPress, but were included in the output of the build script until the upstream fix in the Gutenberg repository was merged into wordpress-develop in [62584]. It’s likely the same problem will occur once #65489 is fixed as well.
The issue is occurring both for files previously subject to version control that were explicitly deleted in SVNSVN Apache Subversion (often abbreviated SVN, after its command name svn) is a software versioning and revision control system. Software developers use Subversion to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly compatible successor to the widely used Concurrent Versions System (CVS). WordPress core and the wordpress.org released code are all centrally managed through SVN. https://subversion.apache.org/. (the 7.0 files and wp-includes/blocks/navigation-link/shared/build-css-font-sizes.php during the 7.1 cycle), and those that were never versioned and generated as output from the build script (all of the other files listed in #65565).
During 7.0, this was other files being included unexpectedly were removed after [64393]. There is still similar logic in place, but it’s not clear why the same is not happening now. When running npm run build locally with outdated files in build, all files are removed as expected. It seems there may possibly be an issue where files that are “missing” from an SVN standpoint are not deleted from version control.
Could someone please look into this so it can be addressed prior to the 7.1 RC1 release scheduled for August 5th?