How-to: push a GitHub repo to the wordpress plugin servers

I develop my plugin over on github but when it comes to deployment I have to somehow copy my changes into the WordPress SVN. Currently I do this manually and copy over each file in each directory individually, but this is time consuming and error prone.

I have seen and tried a few scripts but I think I must be running them wrong as they either error or don’t copy over the files correctly.

So my question is has anyone achieved this automatically and if so how did you do it?

Thanks!

5

see this tutorial from a co-worker of my team: http://www.farbeyondprogramming.com/2011/09/81-how-to-deploy-a-wordpress-plugin-with-git-svn

but he don`t use the solution, its easier to work separate 🙁

Leave a Comment