简体   繁体   中英

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.

Martti laine

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-772x250.png should be 772 pixels wide by 250 pixels high. Similarly, icon-256x256.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!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM