Mercurial adds a new file, does not give any error found

I have a strange problem updating Mercurial. Each time I add a file to my repository and then update another repository location (for example, in the CI process), a "no match found" error occurs. Then, when I delete the entire folder and clone again, there is no problem, and there are new files added. Updating and removing do not give problems

When I do "a" Make sure the following is shown:

data / test.txt.i@54 : missing revlog! 54: empty or missing test.txt test.txt@54 : b80de5d13875 not found in the manifest 3 integrity errors encountered! (first damaged set of changes It seems 54)

Any idea what could be causing this?

EDIT

Full trace:

ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation failed: abort: data / test.txt.i@b80de5d13875 : no matches were found !, Process command: hg update - not interactive on ThoughtWorks.CruiseControl.Core.Sourcecontrol.ProcessSourceControl .Execute (ProcessInfo processInfo) in ThoughtWorks.CruiseControl.Core.Sourcecontrol.Mercurial.Mercurial.GetSource (IIntegrationResult result) in ThoughtWorks.CruiseControl.Core.IntegrationRunner.Build (IIntegrationResult result) in ThoughtWorkrationRegration.regrationRegration.regrationRegration.regration.regration.regration.regregration inquiry)

+5
source share
1 answer

" " , ( ).
, :

1/ - (- data/test.txt.i@b80de5d13875, )
2/ hg revlog hg debugindex, , .
> 3/ hg verify, .
4/

+2

All Articles