內容簡介
這是一個非常簡單直覺的外掛程式,可以讓您自動將公開的 Subversion 儲存庫的提交訊息發佈至網誌。目前只支援一個專案。
要運作這個外掛程式,需要 PHP 具有 shell 存取權限才能使用「svn」指令。換句話說,您必須在已安裝 Subversion 的 *nix 伺服器上運作。如果您不確定您的伺服器是否支援,可以在命令列輸入「svn info」。如果它回應找不到「svn」程式,代表您沒有安裝 Subversion。
外掛標籤
開發者團隊
原文外掛簡介
This is a very simple and straightforward plugin to let you automatically blog the commit messages from your public Subversion repository. For now, only one project is supported.
Currently, it requires that PHP have shell access to the “svn” command. This means that it has to run on a *nix server with subversion installed. If you’re not sure whether your server supports this, try typing “svn info” at your shell. If it says that it cannot find the program “svn”, you don’t have it installed.
