Using SVN in Windows (WordPress plugin-repository)?

I just got approved to WordPress’ plugin-repository. Howvere, they gave me access, but I have no idea about how to use it. Could someone explain me patiently, how can I use this repository to post my plugin?

I’m using Windows.

Read More

Martti laine

Related posts

Leave a Reply

2 comments

  1. Actually, it’s very simple to go.

    Follow my steps

    1. Install TortoiseSVN (as we need some SVN clients).
    2. Create a directory with the structure of Assets, Tags, and Trunk.
    3. Create a folder inside of tags with the version number (for example 1.0.0).
    4. Copy your Plugin file and readme.txt into it.
    5. Create a Banner and Icon for the Plugin and place it in Assets Folder.
    6. Image sizes should be the same as implied by the names. That is, banner-772×250.png should be 772 pixels wide by 250 pixels high. Similarly, icon-256×256.png should be a 256×256 square.
    7. You can place the same Plugin File and readme.txt also into Trunk as per WordPress Guidelines.
    8. Inside this Folder, Right Click (if you are using windows) and click SVN Commit, and give the SVN URL which WordPress provided to you in the email.

    You are done! Your changes will be live within 72 hours. Most probably it will be done within a few hours. Congrats on your New Plugin!