开发者

get latest directory contents in IntelliJ

开发者 https://www.devze.com 2023-03-05 00:42 出处:网络
I just started using IntelliJ and I wanted to know what is the best way to replace your workspace directory contents with the latest ones from cvs. Whenever I run updat开发者_Go百科e it doesn\'t over

I just started using IntelliJ and I wanted to know what is the best way to replace your workspace directory contents with the latest ones from cvs. Whenever I run updat开发者_Go百科e it doesn't overwrite the changes I made but I am looking for an option where it will blindly overwrite.


You want to do a force checkout or force update, this isn't really an Intellij IDEA issue, as much as it is a CVS behavior regardless of IDE, or no IDE.


You can open the Changes view, revert all of your local changes from there, and then update from the version control.

0

精彩评论

暂无评论...
验证码 换一张
取 消