Next
Previous
Contents
在 unix 提示符號下,請打 -
- cvs --help
- cvs --help-options
- cvs --help-commands
- cvs -H checkout
- cvs -H commit
- man cvs
- man tkcvs
- 網站
http://www.cyclic.com
- 網站
http://www.loria.fr/~molli/cvs-index.html
- (譯註:GNU online manuals)
http://www.gnu.org/manual/manual.html
- (譯註:或者在 unix 提示符號下打 info cvs 也可得到不錯的訊息)
tkcvs
http://www.tkcvs.org
是 CVS 的 Tcl/Tk GUI 介面。這裡也有線上求助。
- cd $HOME/src/foo.cpp
- tkcvs
- 在 foo.cpp 上點一下
- 在 'spectacle Icon' 旁邊的 'Revision Log Icon' 點一下。
- 這將會顯示一個 Tree 組織的圖在視窗裡。然後在文字 '1.3' 上用滑鼠的右鍵點一下還有 '1.1' 滑鼠的左鍵點一下,然後再點一下 "Diff" 。這樣將會顯示兩個視窗出來!!
- 在 "Next" 上點一下將會顯示更多版本'1.3' 與 '1.1' 的 diffs。
請按 "Center" 將文字對齊置中。
(譯註:這邊原文好像有脫誤)
這裡也有 Windows 95 用的 CVS 喔,叫 WinCVS。
http://www.wincvs.org
WinCVS 可以用在 Samba 系統上喔 -
http://www.samba.org
基本重要的命令 -
- cvs checkout <filename >
- cvs update <filename>
- cvs add <file, ..>
- cvs remove <file, ..>
- cvs commit <file>
- cvs status <filename>
- cvs log <filename>
- cvs diff -r1.4 -r1.5 <filename>
這行指令將會輸出檔案 filename 1.4 版和 1.5 版的差異在哪裡。
Next
Previous
Contents