Tortoisesvn doesn't recognize changed files after update

你说的曾经没有我的故事 提交于 2019-12-11 06:59:25

问题


After I updated my tortoise-svn client, I haven't been able to commit.

I have modified some files, but for some reason it seems like subversion does not see these changes, so when I try and commit, I get the message that nothing has changed so there is nothing to commit.

when I compare the files with TortoiseMerge, there IS a difference.

What is wrong and how do I fix it?


回答1:


I observed such behavior when the working copy was located on a network drive.




回答2:


Have a look at the FAQ.




回答3:


Recently I've stumbled on this situation with plain CLI svn command. The reason was, someone changed the file both in working copy and .svn/text-base directory...



来源:https://stackoverflow.com/questions/8167250/tortoisesvn-doesnt-recognize-changed-files-after-update

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!