Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: Fix
svn status
parsing (#34651)
While `svn status` normally looks like it only outputs one flag followed by 7 spaces then the filename, in fact six of those seven spaces can be additional flags. Our current parsing breaks if we have any non-space flags after a space flag. Instead, extract the seven flags, log if any of the last six aren't spaces, and then process as before. Also it seems `tools/deploy-assets-to-svn.sh` missed the "peg revisions" fix from #31695, add that in there too. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7212569534
- Loading branch information