Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/cmake/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
这是只向cvs提交文件的正确方法吗?_Cvs - Fatal编程技术网

这是只向cvs提交文件的正确方法吗?

这是只向cvs提交文件的正确方法吗?,cvs,Cvs,文件已更改,只需提交到该文件,这是正确的方式吗:- cvs commit -m "createTables.sql" 没有 这就是你需要的 cvs commit -m "some text" 使用“某些文本”作为提交消息 也许你想要这样的东西: cvs commit -m "Commit file foo.bar" foo.bar 作为将来的参考,手册可以在这里找到:在谷歌上找不到我需要的东西 cvs commit -m "Commit file foo.bar" foo.bar

文件已更改,只需提交到该文件,这是正确的方式吗:-

    cvs commit -m "createTables.sql"
没有

这就是你需要的

cvs commit -m "some text" 
使用“某些文本”作为提交消息

也许你想要这样的东西:

cvs commit -m "Commit file foo.bar" foo.bar

作为将来的参考,手册可以在这里找到:

在谷歌上找不到我需要的东西
cvs commit -m "Commit file foo.bar" foo.bar