#為console提示符號, 粗體為指令部分
■ 刪除 ROOT 目錄下所有名稱為CVS目錄或檔案
# find ROOT/ -name CVS -exec rm -rf {} \;
■ 進到一個source 的最上層,例如$HOME/wi20ap裡面,然後用
# cvs import 95Mesh/wi20ap mesh_team r_0_0_1
因為我的cvs server上已有95Mesh project, 我想將新的wi20ap整個source目錄import 到95Mesh目錄下
This entry was posted
on 2008年3月6日 星期四
at 下午3:19
and is filed under
Linux
. You can follow any responses to this entry through the
comments feed
.