dracularking 发表于 2013-1-31 02:27:08

cvs operations on linux

http://www.linuxhowtos.org/System/cvs_tutorial.htm
 
the site above i found is great. from time to time, i'd update this thread whenever i had new digestion.
and i also cached it in the doc file associated to the thread in case its online couterpart got lost.
 
another:
http://www.chedong.com/tech/cvs_card.html
 
in this article:
项目导出:将代码从CVS库里导出
cvs checkout project_name
cvs 将创建project_name目录,并将最新版本的源代码导出到相应目录中。这个checkout和Virvual SourceSafe中的check out不是一个概念,相对于Virvual SourceSafe的check out是cvs update, check in是cvs commit。
 
the red part can be substituted with cvs co project_name, yes, co is the acronym for checkout.
页: [1]
查看完整版本: cvs operations on linux