TortoiseSVN could not add *.xxx to the ignore list 不能添加到忽略列表

在非空目录时checkout一个svn仓库后,提交时,选择要忽略的文件扩展名,提示如下错误:

报错:tortoisesvn could not add *.xxx to the ignore list

 

解决:

目录空白处右击,选 TortoiseSVN\Properties,
点击按钮New,选择Other,
Property Name选:svn:global-ignores
Property value:填写以下扩展名,一行一个。
*.jpg
*.png
*.gif
*.eot
*.svg
*.woff*
*.ttf

 

posted @ 2025-08-06 11:00  sun51586  阅读(24)  评论(0)    收藏  举报