WIKI使用導(dǎo)航
站長(zhǎng)百科導(dǎo)航
站長(zhǎng)專(zhuān)題
- 網(wǎng)站推廣
- 網(wǎng)站程序
- 網(wǎng)站賺錢(qián)
- 虛擬主機(jī)
- cPanel
- 網(wǎng)址導(dǎo)航專(zhuān)題
- 云計(jì)算
- 微博營(yíng)銷(xiāo)
- 虛擬主機(jī)管理系統(tǒng)
- 開(kāi)放平臺(tái)
- WIKI程序與應(yīng)用
- 美國(guó)十大主機(jī)
WordPress: WPMU SVN Repository:修訂間差異
無(wú)編輯摘要 |
無(wú)編輯摘要 ? |
||
第1行: | 第1行: | ||
=== WPMU 核心代碼 === | === WPMU 核心代碼 === | ||
? | Wordpress MU開(kāi)發(fā)代碼托管在A(yíng)utomattic,在http://svn.automattic.com/wordpress-mu/ | ||
Wordpress | |||
? | |||
? | |||
最新的版本在: | 最新的版本在: | ||
http://svn.automattic.com/wordpress-mu/trunk/ | http://svn.automattic.com/wordpress-mu/trunk/ | ||
可以通過(guò)wpmu的標(biāo)簽查看wpmu發(fā)行的文章?tīng)顟B(tài)。 | 可以通過(guò)wpmu的標(biāo)簽查看wpmu發(fā)行的文章?tīng)顟B(tài)。 | ||
http://svn.automattic.com/wordpress-mu/tags/ | http://svn.automattic.com/wordpress-mu/tags/ | ||
不是從tgz或者壓縮文件中安裝,你可以使得子版本查看你的安裝版本中的所有儲(chǔ)存文件。這意味著,出現(xiàn)新的版本的時(shí)候,你不需要查找所有內(nèi)容,查看已更改了什么。你只要要求SVN更新到最新的版本即可。 | 不是從tgz或者壓縮文件中安裝,你可以使得子版本查看你的安裝版本中的所有儲(chǔ)存文件。這意味著,出現(xiàn)新的版本的時(shí)候,你不需要查找所有內(nèi)容,查看已更改了什么。你只要要求SVN更新到最新的版本即可。 | ||
? | |||
? | |||
SVN維持了tagged版本(基本上與發(fā)行版本相應(yīng)),和HEAD版本(最新的bleeding edge beta)。除非你正在積極地發(fā)展,否則建議你運(yùn)行tagged版本。 | SVN維持了tagged版本(基本上與發(fā)行版本相應(yīng)),和HEAD版本(最新的bleeding edge beta)。除非你正在積極地發(fā)展,否則建議你運(yùn)行tagged版本。 | ||
==== Running off the SVN head ==== | ==== Running off the SVN head ==== |
2008年9月27日 (六) 11:10的最新版本
WPMU 核心代碼[ ]
Wordpress MU開(kāi)發(fā)代碼托管在A(yíng)utomattic,在http://svn.automattic.com/wordpress-mu/
最新的版本在: http://svn.automattic.com/wordpress-mu/trunk/
可以通過(guò)wpmu的標(biāo)簽查看wpmu發(fā)行的文章?tīng)顟B(tài)。 http://svn.automattic.com/wordpress-mu/tags/
不是從tgz或者壓縮文件中安裝,你可以使得子版本查看你的安裝版本中的所有儲(chǔ)存文件。這意味著,出現(xiàn)新的版本的時(shí)候,你不需要查找所有內(nèi)容,查看已更改了什么。你只要要求SVN更新到最新的版本即可。
SVN維持了tagged版本(基本上與發(fā)行版本相應(yīng)),和HEAD版本(最新的bleeding edge beta)。除非你正在積極地發(fā)展,否則建議你運(yùn)行tagged版本。
Running off the SVN head[ ]
Running off the SVN head[ ]
DO NOT DO THIS FOR PRODUCTION INSTALLS.
不要為安裝的產(chǎn)品運(yùn)行這個(gè)。
You can run WPMU off the SVN head by:
You can run WPMU off the SVN head by:
- svn co http://svn.automattic.com/wordpress-mu/trunk/ .
- and then running the installation instructions
- svn co http://svn.automattic.com/wordpress-mu/trunk/ .
- 然后運(yùn)行安裝指示
Note the WordPress:WPMU Development Methodology - there can be bugs trying to run the HEAD of the SVN checkout.
注意WPMU發(fā)展方法 –有一些程序缺陷試圖運(yùn)行HEAD of the SVN checkout。
Running off a tagged version[ ]
Running off a tagged version[ ]
Rather than running off the HEAD of SVN, which can include unconcluded or incomplete changes, some people favour running off a tagged version, and then, once a later version has been complete and released, switch the install to use a later tag.
沒(méi)有running off the HEAD of SVN,這可能包含為完成的更改,一些人更喜歡running off已標(biāo)記的版本,然后,一旦稍后的版本完成并且發(fā)行了,切換當(dāng)前版本,使用later tag。
Tagged versions are selected just like a checkout of the HEAD.
已標(biāo)記版本的選擇就如checkout of the HEAD。
- svn co http://svn.automattic.com/wordpress-mu/tags/2.6/ .
- svn co http://svn.automattic.com/wordpress-mu/tags/2.6/。
Updating WPMU to run off a later tag[ ]
更新WPMU 運(yùn)行稍后的標(biāo)簽[ ]
- svn切換http://svn.automattic.com/wordpress-mu/tags/2.6/
This will replace all files that were associated with the tagged files from the repository (in our example, from 1.5.1) to the newer version, 2.6.
這樣將庫(kù)存中的標(biāo)簽文件相關(guān)的文件(在我們的例子中,從1.5.1開(kāi)始)替換,到更新的版本,2.6。
Naturally you can use the same method to go backwards, to an older version.
一般來(lái)說(shuō),你可以使用同樣的方法返回到更舊的版本。
http://svnbook.red-bean.com/en/1.4/svn-book.html#svn.ref.svn.c.switch
http://svnbook.red-bean.com/en/1.4/svn-book.html#svn.ref.svn.c.switch
WP Plugin SVN Code[ ]
WP 插件SVN 代碼[ ]
Although the code for (some?) plugins is held in
(一些?)插件的代碼位于
There is no known way of keeping those plugins up to date with the latest stable releases. Note also that whereas wpmu core is under the strict watchful eye of donncha, the plugins repository is open to submission by anyone. You take your chances!
暫時(shí)還沒(méi)有什么方式可以使得這些插件與最新發(fā)行的穩(wěn)定文本同步。注意盡管donncha密切監(jiān)視wpmu核心代碼,任何人都可以向插件資源庫(kù)遞交插件。你碰碰運(yùn)氣!
Vendor Branches[ ]
Vendor Branches[ ]
Subversion has the mechanism to help you bring in a third party codebase into your own repository. This is described here:
子版本有種機(jī)制能夠幫助你將第三方codebase帶進(jìn)你自己的庫(kù)存中。在這里有描述:
and here:
和這里:
It would be useful if someone reconciled this for use with wpmu and wp-plugins and one's own code.
如果有人將這個(gè)與wpmu 和 wp-plugins和自己的代碼用在一起,將有用。
Some potentially useful strategies:
一些可能有用的策略:
Ideally we could do with a strategy that takes the best of these two. Perhaps you'd like to add a how-to onto Codex?
理想地情況下,我們可以采取一種策略,完美地處理這兩個(gè)方面。也許你想將how-to添加到Codex?