How to handle the Plugin Version on Update using Tortoise SVN and the worpdress.org Plugin Repository?

Recently I tried to update my plugin to WP server. The update to trunk folder went fine, but when I created a folder with a new version under tags folder and tried to upload it, only the immediate children files of this folder where uploaded successfully and the sub folders weren’t. Eventually I figured out … Read more

Setting up SVN for teamwork on WordPress custom theme development

Amongst technical devs, it’s pretty straightforward to get everyone running their own local dev server, get TortoiseSVN running, and then commit changes periodically to the repository. We can then update the version of the test site on the shared server from this repo and everyone is happy. Except the designers who are just scratching their … Read more

My new WordPress plugin version is not showing up in the plugin directory. It’s been 4 days what could the problem be?

Hi to all I made a wordpress plugin amtythumb post. All previous versions are reflected at worpress SVN within some hours. But this time 5.5 version of my plugin is not being reflected on wordpress plugin site even after 3-4 days. just check wordpress plugin site wordpress.org/extend/plugins/amty-thumb-recent-post/ And SVN for confirmation, http://plugins.svn.wordpress.org/amty-thumb-recent-post/amty-thumb-recent-post/tags/. Please let me … Read more

How to fix broken upgrade to 3.1

As soon as i saw the message on WPSE about the 3.1 release i immediately went a did a switch on my local installation(SVN switch). Only issue is the wp-settings.php is trying to include a non-existant file. Basically i’m stuck seeing the following two error messages. Warning: require(MYPATH/wp-includes/classes.php) [function.require]: failed to open stream: No such … Read more