CVS revision numbers

后端 未结 4 871
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-18 08:50

When I do a cvs status of my project I get different revision numbers for different files. What is happening here? Should not all the files have the same revision number?

4条回答
  •  耶瑟儿~
    2021-01-18 09:16

    no. cvs does not have a single revision number like more modern version control systems. Each file has its own separate version. If there is any way you can move to another version control system like subversion, mercurial, git...do it.

提交回复
热议问题