问题描述
我打算在 tigris.org 上问这个问题,但是他们的论坛有维护.
I was going to ask this in tigris.org, however they have maintenance in their forum.
我的环境:Windows 7 x64,Tortoisesvn 最新的 x64,简单的 repo.
My environment:Windows 7 x64, Tortoisesvn latest x64, simple repo.
我在做什么:我正在向 repo 添加一个新文件,然后执行 SVN Commit.这个操作是成功的,我可以在trac的repo或者直接看到.
What I'm doing:I am adding a new file to repo, then doing SVN Commit. This operation is successful and I can see it in repo from trac or directly.
我希望:将该文件的图标显示为绿色复选标记.
I expect:To see that file's icon as green checkmark.
我所拥有的:我看到蓝色 PLUS 图标,就像我还没有完成提交一样.
What I have:I see blue PLUS icon, like I haven't done commit.
但是,如果我只是在该文件夹中创建任何新文件(没有任何提交或更新),图标会立即更改为复选标记.多么神奇!
However, if I just create any new file in that folder(without any commit or update), the icon is immediately changing to checkmark. What a magic!
我不希望这里有人有答案,这可能是一个错误,但谁知道 ))
I don't expect here anyone to have answer, this might be a bug, but who knows ))
干杯!
推荐答案
是的,只是在另一个操作完成之前窗格不会刷新.我也在 Windows XP 上看到过这个.我想这是 TortoiseSVN 中的一个错误.
Yes, it's just that the pane is not refreshing until another action is done. I have seen this on Windows XP as well. I imagine it's a bug in TortoiseSVN.
这篇关于Tortoisesvn 提交后未显示正确状态的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!