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

Question 1: Should I switch to working with command line instead of Tortoise? will it be safer? No, tortoise SVN does everything you need to do pretty well and without the need for you to learn every command line command. I’ve used it plenty of time, and I never had problems that were related to … 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?

@articlestack According to the trac revision log you added a new directory under your root with the same name as the plugin. It looks like your whole root directory got copied to the new directory because it contains all the tagged versions and trunk. The plugin bot will not be able to find your newly … Read more

User File Upload Repository?

There are plugins that will let you do this. http://wordpress.org/extend/plugins/user-files/ http://wordpress.org/extend/plugins/wp-filebase/ Whatever you decide though keep in mind security when doing things like this. You don’t want people going crazy and uploading huge files either, so check the plugins have built in restrictions on what can be uploaded and that they are in active development.

Can i do plugin commits directly from a plugin folder inside an installation using the Trunk SVN

I run a WordPress checkout of trunk, a branch, or a tag. This way I can switch WordPress versions easily: svn sw http://svn.automattic.com/wordpress/trunk svn sw http://svn.automattic.com/wordpress/tags/3.1 In wp-content/plugins I have a trunk checkout for each of my plugins: cd wp-content/plugins svn co http://plugins.svn.wordpress.org/stats/trunk/ stats I do my work on the stats plugin (updating the changelog … Read more

Allowing Two Developers Access to a Plugin on the WordPress.org Plugin Repository?

There are two (2) steps. Add the WordPress.org username of the contributor you want to add to the “contributors” line in the header info of the Readme file, and that person will have SVN commit access to the plugin. Go to the plugin repository and log in with the main account Go to your plug-in … Read more