Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要查看一个文件在版本 X 中的样子,但是 cvs checkout 只接受整个模块作为参数,我不想在某个版本中检出整个模块,因为整个项目相当大,如何签出某个版本的单个文件?
您可以像这样指定要检出的文件名和修订版:
cvs co -r rev filename
例如:
cvs co -r 1.4.30.1 a/very/large/project/MyFile.h