[wp-hackers] GitHub + plugins.svn.wordpress.org

Steve Taylor steve at sltaylor.co.uk
Tue Jul 3 10:55:51 UTC 2012


Simon,

MANY thanks for unpicking some of my confusion! I think you're right.
I'm in exactly that position, just using wordpress.org SVN as a
distribution channel, manually creating new tags there when releasing
a new version - and I just need to automate that process.

What I wasn't getting was the difference between your deployment
script and the other approaches
(http://thereforei.am/2011/04/21/git-to-svn-automated-wordpress-plugin-deployment/
and http://stas.nerd.ro/publish-git-repository-to-svn-easily.html),
which seem to be more about mirroring the Git revision history in SVN
by having the SVN trunk as a Git branch.

Now. I believe my new sticking point is that I'm on Windows, and all
the deployment scripts around are .sh files! I know, I know, no
sympathy there ;-)

If anyone knows of an equivalent .bat file, please shout. Otherwise
I'll try and write a post if/when I find the time to convert. No idea
how hard / easy that might be. For now, on with the manual SVN
tagging...

Thanks again,

Steve

On 3 July 2012 10:31, Simon Dunton - WP Sites <simon at wpsites.co.uk> wrote:
> Hi Steve,
>
> When I've looked into this in the past the instructions online were based upon a fresh WP repo and Git repo which for an existing plugin isn't much good. I used to develop on a local git repo, pushing my changes to Github and then manually copying files over SVN to WP.org. So I had the full version history over on GIthub and then some form of a commit history over on the WP.org repo. Tagging new versions over SVN seemed to take ages.
>
> Then I found that script. No complicated setup just add the script to your project, change a few settings at the top and then run the script when ever you have a new version of your plugin to deploy. No changes to Git or WP.org SVN, your commit history being unchanged. Just now I don't worry/care about SVN, I work with my plugin using Git and then just execute that script to deploy my plugin to WP.org.
>
> So you can use that script from today without any worries providing you're willing to not have your full commit history over at WP.org from this day forward. Your WP.org commit history would then on just be "uploaded version 1.0", "uploaded version 1.1" etc. Then over on Git you have your history of all changes, it's Git that is your version control software, SVN WP.org is just somewhere you deploy the code. That script also takes care of tagging the release both in SVN and Git, based on the version tag in your plugin header.
>
> "If you have active, separate commit histories in both svn and Github, may God have mercy on your soul." - I may have the wrong end of the stick here but I don't think this applies to you. I think that comment is for a plugin that has developers committing code on SVN and then other developers committing code on Git, so two separate commit histories which I'm sure would be a nightmare. But then again I'm no version control guru, Git does some bloody fancy stuff and I wouldn't be surprised if someone turned around and said to me "do you not know the Git make a brew command: git-brew... try it, a Git robot will come round and make you a coffee"
>
> Simon
>
> On 3 Jul 2012, at 07:24, wp-hackers-request at lists.automattic.com wrote:
>
>> Message: 2
>> Date: Mon, 2 Jul 2012 19:28:52 +0100
>> From: Steve Taylor <steve at sltaylor.co.uk>
>> Subject: Re: [wp-hackers] GitHub + plugins.svn.wordpress.org
>> To: wp-hackers at lists.automattic.com
>> Message-ID:
>>       <CAGEuVU1s=M4yKu4nW9jFyc9-8S4Xv-aBGFGhuQMzBhHkEQeX4g at mail.gmail.com>
>> Content-Type: text/plain; charset=ISO-8859-1
>>
>> Thanks Simon, but I'm not that far yet! I'm having problems with the
>> fact that I already have a functioning GitHub repo and wordpress.org
>> SVN repo for my plugins.
>
>> I don't mind losing my commit history on GitHub if absolutely
>> necessary (I imagine losing the history on wordpress.org is out of the
>> question). Just not sure how to address the issue.
>
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers


More information about the wp-hackers mailing list