差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

下次修改
前次修改
tech:trysrvtool [2008/07/21 16:40] – 建立 jonathantech:trysrvtool [2013/05/30 13:51] (目前版本) jonathan
行 1: 行 1:
 +====== 安裝 trysrvtool 程序 ======
 +所謂 trysrvtool 就是我自己寫的 server script tools, 可以在 https://svn.ichiayi.com/opensvn/opentrysoft/trysrvtool/ 下載,如果有 svn Client, 可以直接 checkout 出最新版本
  
 +以下就是在 CentOS 底下安裝 subversion 之後就可以執行 checkout 的語法
 +<code sh>
 +su - root
 +cd /opt
 +svn co https://svn.ichiayi.com/opensvn/opentrysoft/trysrvtool trysrvtool
 +</code>
 +++++出現的結果|
 +<file>
 +[root@pdc-e2160 opt]# svn co https://svn.ichiayi.com/opensvn/opentrysoft/trysrvtool trysrvtool
 +A    trysrvtool/exp_inc_svn.pl
 +A    trysrvtool/updsvnfile.conf.default
 +A    trysrvtool/commit-email.pl
 +A    trysrvtool/mrtg
 +A    trysrvtool/updsvnfile.pl
 +A    trysrvtool/exp_mysql.pl
 +A    trysrvtool/post-commit.sample
 +A    trysrvtool/exp_pgsql.pl
 +A    trysrvtool/exp_svn.pl
 +A    trysrvtool/exp_data.sh
 +A    trysrvtool/svn2mantis.pl
 +取出修訂版 28.
 +[root@pdc-e2160 opt]#
 +</file>
 +++++
 +
 +  * 然後必須將這些 script 設定可以執行
 +<code>
 +sh /opt/trysrvtool/update.sh
 +</code>
 +
 +  * 往後可以下指令更成最新版本
 +<code>
 +/opt/trysrvtool/update.sh
 +</code>
 +
 +{{tag>opensource trysrvtool perl}}