how to tell subclipse to ignore modified file on commit

你说的曾经没有我的故事 提交于 2019-12-08 17:13:27

问题


I have a file that is under version control and modified by me. However I do not want to commit it, I want that only I will have the specific change I made and everybody else will have the file in its original version.
How can I do that?


回答1:


I often have the same problem. My solution is to work with change sets. If you're working with Mylyn, every change will be added to the active task. If you're not using Mylyn, you can create change sets manually in the synchronize view. Change the view to show SVN Change Sets. In that view you can every change add to change set. When you commit from now on only change sets, you have full control about what you commit.

That is only my solution for the same problem.



来源:https://stackoverflow.com/questions/4666034/how-to-tell-subclipse-to-ignore-modified-file-on-commit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!