How to get Tortoise HG to detect changes in files based on directory again

*爱你&永不变心* 提交于 2019-12-13 04:31:53

问题


The simplest way I can describe this is that I have a project in Windows 7 under version control with tortoise HG version 2.8.1 using Mercurial-2.6.2, I am using bitbucket.org as my remote repository. When I go to click HG commit on a folder with a red exclamation point on it (meaning files that need to be committed). It tells me

No files found for this operation

But when I click on files in that directory that have the red exclamation point, It brings up the normal commit menu expecting me to write the normal commit message.

So basically the problem is that it doesn't detect any files need comitting from the directory level when I click commit, despite there being a red exclamation point on the directory. Maybe this was caused by some other issues. I am sure it has to do with branches or heads, but I really don't understand that stuff as well as I would prefer.

I am willing to grab any info or screenshots from Tortoise HG or Bitbucket to help with the issue, just be sure to explain how to get that info. Here are some screenshots of the issue.

Here is inside the directory.


回答1:


Repository on network share is Bad Idea (tm)

Move repository to local drive



来源:https://stackoverflow.com/questions/18490261/how-to-get-tortoise-hg-to-detect-changes-in-files-based-on-directory-again

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