TortoiseSVN:当我尝试提交时,它不显示新文件

TortoiseSVN: when I try to commit, it doesn't show new files

使用 Tortoise SVN 客户端版本 1.9.2,Build 26806 - 64 位 Windows 7 64 位 Professional K

在文件夹中 - 我可以找到新文件

提交页面 - 找不到新文件

请帮帮我

如果您在目录中定义了一些忽略模式,则任何匹配任何模式的未版本化文件都不会显示在 TSVN 对话中(如预期的那样)

同时

WC>dir /B
1.txt
1.dat
1.tmp

因为

WC>svn pl -v .
Properties on '.':
  svn:ignore
    *.bak
    *.tmp

它(忽略)在完整状态下也可见

WC>svn st --no-ignore
 M      .
?       1.dat
I       1.tmp
?       1.txt

除了已在已接受的回复中提到的之外:在 TortoiseSVN windows 客户端中,您可以 see/modify 在文件夹属性对话框中忽略模式(右键单击文件夹名称 -> 属性 -> Subversion)