Using git and svn for WordPress plugin development.

For software development I use git as a source code management system and my WordPress plugins are no exception. The “problem” is that the WordPress plugin repository is a subversion repository. You can use git-svn but I choose a different approach. I use a shell script when I’m ready to release a new version of a WordPress plugin to copy the needed files to the SVN repository.
Read the rest of this entry »

download