I found the answer myself. I wasn’t creating the patch correctly. You have to use the “Create patch…” option in TortoiseSVN on the root folder, not the patched file itself.
Related Posts:
- What CSS minifier does WP core use?
- What’s the difference between get_home_path() and ABSPATH?
- Modifying WordPress core files
- Why do some core functions get wp_ while others do not? What’s the rule?
- Easiest Way to Create a Patch for Submission to WordPress Core?
- $GLOBALS array for WordPress
- What are custom_css and customize_changeset used for?
- IP address whitelist to update WordPress core and plugins
- What are some reasons why you should not hack WordPress core files?
- How To/What triggers a WordPress auto update?
- Rewriting a core function?
- What is the purpose of this line of code in wp_trim_excerpt? [closed]
- What’s $GLOBALS[‘wp_settings’][‘media’][’embeds’]?
- Function to change a label (Username) in a core WordPress File (wp-includes/general-template.php)
- How do I set a custom WordPress update repository?
- WordPress classes explained
- No longer able to attach S3 bucket files to emails being sent by WordPress due to PHPMailer security update
- What problems maybe happen if I remove “wp-” prefix from wordpress folders and files?
- How do I implement a .diff changeset from core.trac.wordpress.org locally?
- WP Core: Where are terms populated for the admin edit screen?
- What is the WP_Internal_Pointers core class?
- How to contribute to WordPress Core using Tortoise SVN?
- Loading WP core Thickbox through frontend
- Isn’t requiring a file before it’s loaded by WordPress itself a symptom of bad code? [closed]
- How to find out where the data.model is?
- Why WordPress Core Functions Not Using function_exists()?
- how does the rendering works?
- When is the wp-mail.php in the WP root requested?
- Is the information returned by get_bloginfo( ‘version’ ) always the same as the one in version.php?
- How to add a forward slash to the end of wordpress home?
- Using native wp image support instead of timthumb
- Should /wp-includes/js/* folder be blocked in robots.txt file for a WordPress website?
- Can mediaelement-and-play core JS be dequeued?
- WordPress auto update for core but use local package
- WordPress 4.8 – Can’t find variable: wp
- What is responsible for triggering “robots-template.php” file or “wp_robots_noindex()” core function out of it?
- Add image or video tags to WP Sitemap
- Where can I find the definitive list of core blocks in html form
- When do we use wp_slash?
- Is there any resource to explain all decisions made on WordPress?
- Where in WordPress core is the method or function that reads the style CSS header?
- How to apply a patch generated with git format-patch?
- How to get the url of the current svn repo?
- what is svn? and how to use it with project?
- How to get started with svn:externals?
- TortoiseSVN svnadmin
- How to make and apply SVN patch?
- What ports need to be open for TortoiseSVN to authenticate (clear text) and commit?
- Check in / Check out in subversion
- SVN Error E175002 while checking out code from repository
- SVN admin management GUI tool
- Working copy XXX locked and cleanup failed in SVN
- How do I ignore files in Subversion?
- How do I return to an older version of our code in Subversion?
- How can I generate a Git patch for a specific commit?
- How to have ‘git log’ show filenames like ‘svn log -v’
- How do I add all new files to SVN
- How to delete an SVN project from SVN repository
- SVN reverse merge?
- Eclipse Unable to Launch, the selection cannot be launched, and there are no recent launches
- Cannot connect to repo with TortoiseSVN
- Difference between core and processor
- Azure VM Core vs vCPU
- I use SourceTree with Git but need to work with SVN repistory, what options do I have?
- What is socket, core, threads, CPU?
- Get all branch names in SVN
- Dev, Stage and Production Deployment for WordPress Sites?
- Explanation of update_post_(meta/term)_cache
- Getting Started with Subversion, Git, or similar Version Control System to keep a History of my Files? [closed]
- How to perform unit testing on proposed patches in Trac?
- How-to: push a GitHub repo to the wordpress plugin servers
- what is the correct way to update a plugin via tortoise svn to the repository?
- What is the role and history of the $content_width global variable?
- Is it necessary to bump a plug-in’s version if you’re just updating the “Tested up to” attribute?
- Stable tag of plugin in the readme file
- WordPress 5.3 update causes media library file upload to break – Cannot convert undefined or null to object
- Is there a faster way to git-svn clone a wordpress plugin from the subversion repository?
- How to disable core and plugin updates
- Looking for WordPress System Diagrams
- How to look at code in WordPress repositories without downloading?
- What is in media-template.php, and how does it work?
- Any guides on using WP SVN with IDE clients? [closed]
- Update to older wordpress version from admin?
- Why does get_term() require taxonomy? Are term_ids not unique?
- What is a “protected” post status?
- “Unexpected error” on update requests
- Are there procedures to prevent malicious plugin updates?
- Clarification on filters and hooks
- What’s $object->filter for?
- What is the difference between update_post_meta and update_postmeta hooks?
- is it possible to replace the use of gd_lib with imagick or ImageMagick?
- Understanding SHORTINIT with WordPress 5
- WordPress get_posts function, 1300 lines long
- How do you allow plugins to be updated using the GUI without breaking your subversion repository?
- Are the WordPress Core CSS styles really all nessesary?
- Releasing new plugin version, how to rename old options keys?
- Managing WP Core & Plugin Updates for Clients
- How do I use the WP image functions in a page template?
- Passing a hardcoded page/post ID into `get_post`
- Change the login button on the login page