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