差異處
這裏顯示兩個版本的差異處。
兩邊的前次修訂版 前次修改 下次修改 | 前次修改 | ||
tech:trysrvtool [2008/07/22 07:15] – jonathan | tech:trysrvtool [2013/05/30 13:51] (目前版本) – jonathan | ||
---|---|---|---|
行 1: | 行 1: | ||
+ | ====== 安裝 trysrvtool 程序 ====== | ||
+ | 所謂 trysrvtool 就是我自己寫的 server script tools, 可以在 https:// | ||
+ | 以下就是在 CentOS 底下安裝 subversion 之後就可以執行 checkout 的語法 | ||
+ | <code sh> | ||
+ | su - root | ||
+ | cd /opt | ||
+ | svn co https:// | ||
+ | </ | ||
+ | ++++出現的結果| | ||
+ | < | ||
+ | [root@pdc-e2160 opt]# svn co https:// | ||
+ | A trysrvtool/ | ||
+ | A trysrvtool/ | ||
+ | A trysrvtool/ | ||
+ | A trysrvtool/ | ||
+ | A trysrvtool/ | ||
+ | A trysrvtool/ | ||
+ | A trysrvtool/ | ||
+ | A trysrvtool/ | ||
+ | A trysrvtool/ | ||
+ | A trysrvtool/ | ||
+ | A trysrvtool/ | ||
+ | 取出修訂版 28. | ||
+ | [root@pdc-e2160 opt]# | ||
+ | </ | ||
+ | ++++ | ||
+ | |||
+ | * 然後必須將這些 script 設定可以執行 | ||
+ | < | ||
+ | sh / | ||
+ | </ | ||
+ | |||
+ | * 往後可以下指令更成最新版本 | ||
+ | < | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | {{tag> |