English 中文(简体)
视窗使用SVN?
原标题:Using SVN in Windows (Wordpress plugin-repository)?

我只赞同Word plugin-reito。 他们给我带来了怎样的机会,但我不知道如何使用。 是否有人耐心地解释我,我如何利用这个存放处来张贴我的花??

I m 使用Windows。

Martti laine

问题回答

实际上,这非常简单。

www.un.org/Depts/DGACM/index_spanish.htm 遵循我的步骤。

  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.

你们做了! 你的改变将在72小时内生活。 很可能在几个小时内完成这项工作。 <><>>>> Congrats on You New Plugin!





相关问题
Tracking Versions, Builds, Revisions, with TortiseSVN

I am the sole developer on a project and have been using tortoiseSVN for quite a while. Now Id like to start getting version information working correctly in the project I.E. show Major Version, Minor ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

How to handle different csproj [closed]

I am working in a team of five. We are working on a C# application with five csprojects. The problem is that for each csproject, each of my colleagues has their own ideas on how to reference a DLL; ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签