How to ignore target folder in TortoiseSVN

2019-07-06 23:54发布

How can I ignore the target folder in TortoiseSVN?

2条回答
We Are One
2楼-- · 2019-07-07 00:08

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.

查看更多
迷人小祖宗
3楼-- · 2019-07-07 00:26

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"

enter image description here

查看更多
登录 后发表回答