Publish/update a WordPress SVN plugin directly from GitHub
I learned this recently thanks to Fran Torres’s live video explaining how to publish directly to WordPress SVN. What is SVN? SVN stands for Subversion, and it is the version control for WordPress repositories such as the core itself, and also plugins. Once we have submitted the WordPress plugin and passed its review process, we can publish. Without knowing much about it and what I’ve worked with, it’s very tedious, since every time you delete a directory, you can end up breaking the project version control. I have never been able to clarify it myself. In […]