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.
我签出了一个文件,然后我更改了它,但我不想提交更改。有没有办法让 CVS 认为文件没有被修改?我想要类似于 Perforce 中的“flush”命令的东西。
我正在使用 TortoiseCVS 和命令行。
如果你的版本和服务器的CVS内容不同会认为是修改过的,需要提交。最好的办法是在运行“cvs commit”时明确列出要签入的文件。