和一个简单的std::cout << "test\n";程序编译以下CMakeLists.txt并运行良好:project (CVS)add_executable (CVS ..It fails with the following output:
Change Dir: /home/username/
我很习惯使用git,而且我更喜欢git而不是CVS。不幸的是,在我们公司,我们不得不使用CVS作为版本控制系统。我想知道在提交CVS repo时是否可以在本地使用git,当我找到时,我非常高兴。我的电脑上安装了Git For Windows (mysysgit),当我在终端输入git cvs或git cvsimport时,它会显示“不是git命令”。