SVN忽略thumbs.db

烦人的thumbs.db文件,经常会给SVN提交带来不便,今天查了下,其实可以在SVN客户端做些设置,将其忽略掉。

如果使用的是Eclipse Subclipse插件

windows -> performances -> team -> Ignored Resources -> 添加*.db

如果使用的是TortoiseSVN客户端

右击鼠标-> 选择 TortoiseSVN -> Setting (设置) -> General (常规设置) -> 在右侧 “Golbal ignore pattern”(全局忽略样式)内填入*.db -> 确定;

相关文章:

  • 2021-11-26
  • 2021-08-21
  • 2021-05-11
  • 2021-10-12
  • 2021-07-29
  • 2021-12-20
猜你喜欢
  • 2021-06-10
  • 2021-11-26
  • 2021-06-30
  • 2021-08-25
  • 2021-04-25
  • 2021-11-19
相关资源
相似解决方案