LifeType 中文開發論壇

測試 => LifeType 1.0 測試 => 主題作者是: tyyx 於 三月 18, 2005, 08:04:41 上午



主題: 建议config.properties.php更名为config.properties.php.ne
作者: tyyx三月 18, 2005, 08:04:41 上午
建议config.properties.php更名为config.properties.php.new
每次更新都将原来的覆盖了. :-$


主題: 建议config.properties.php更名为config.properties.php.ne
作者: cody三月 18, 2005, 09:31:27 上午
自己建個更新 script ~
把相關資料寫到 script~
覆蓋完後,跑這個 script 就好了~
#!/bin/sh
cp -f ./config/config.properties.php-back config.properties.php
rm -f ./templates/summary/agreement.template
rm -f ./templates/summary/index.template
iconv -f big5 -t utf-8 ./templates/summary/index.template-big5 > ./templates/summary/index.template
iconv -f big5 -t utf-8 ./templates/summary/agreement.template-big5 > ./templates/summary/agreement.template
find ./templates/* -name "*.template" | \xargs perl -pi -e "s,\|capitalize, ,"
.
.
.
.
反正常做的寫成 script 就好啦~
我不喜歡用 svn~
我喜歡寫成 script 每天自己去 fetch 最新檔案,系統自動幫我覆蓋更新~