How to ignore target folder in TortoiseSVN

淺唱寂寞╮ 提交于 2019-12-23 13:06:07

问题


How can I ignore the target folder in TortoiseSVN?


回答1:


I Assume that you have already set up a Subversion repository and you want to ignore a folder called "target" in your working copy.

Right click on the target folder icon, choose "TortoiseSVN -> Add to ignore list -> target"; Right click on the icon of the folder containing target and choose "SVN Commit..."; Enter a message text and press OK.




回答2:


This is an old question but for further reference: It can also be globally configured in the "TortoiseSVN"->"Settings" contextual menu option. Just add "target" (separated with a space) to the "Global ignore pattern" setting and click "Apply"



来源:https://stackoverflow.com/questions/10813737/how-to-ignore-target-folder-in-tortoisesvn

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