How to ignore conflicts in tortoiseSVN

狂风中的少年 提交于 2019-12-25 05:12:14

问题


I am working on a Visual Studio project and I know that I can ignore when conflicts arise in the bin/obj folders in some Class Libraries when I do updates, since I will rebuild the dll's anyway. I just don't know how to make SVN happy and tell it to ignore the conflicts - I would like to make a 'global' ignore so I will not have to do ignore every single time I update, but help in doing a simple ignore would be helpful as well. Thank you.


回答1:


Why are the generated components under source control in the first place?

The easier (and probably more proper) thing to do would be to remove the generated objects from source control.



来源:https://stackoverflow.com/questions/25271954/how-to-ignore-conflicts-in-tortoisesvn

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