That much is obvious :-) As the script appears to run git status, I am going to take a guess that it is complaining because I have modified or untracked files in the repo. Can someone confirm that?
On the other hand, I don’t see why modified or untracked files should prevent building during development. The actual message makes no sense to me. What is “17-24-55”? I was not able to find any files named “.src-rev”. > On Jun 26, 2023, at 6:08 AM, Pavel Rappo <pavel.ra...@oracle.com> wrote: > > It appears that the error is coming from make/SourceRevision.gmk > >> On 26 Jun 2023, at 13:55, Alan Snyder <javali...@cbfiddle.com> wrote: >> >> It would be very unlikely for CCC to fail to correctly clone the directory. >> >> It would be helpful to know what the build tool is complaining about with >> that message. >> >>> On Jun 25, 2023, at 10:04 PM, David Holmes <david.hol...@oracle.com> wrote: >>> >>> On 24/06/2023 12:28 pm, Alan Snyder wrote: >>>> I have been trying to use Carbon Copy Cloner to make a copy of an active >>>> jdk repo on another macOS machine for the purpose of running tests. >>>> The initial clone is fine. >>>> After an incremental clone of the directory tree, I get mysterious >>>> messages like this: >>>> Inconsistent revision control: 17-24-55/ is missing .git directory >>>> What is this about? >>>> Is there an easy way to fix this problem? >>> >>> This isn't really a build issue. I can only suggest that you check that the >>> copy you made actually copied across all hidden directories, e.g. .git, as >>> well. >>> >>> Cheers, >>> David >>> >> >