We have 2 projects which include the same three sub repos (containing shared images/css/javascript).
When checking in between the two projects we keep finding that we get this error:
"RepoLookupError: unknown revision '50f5d68c6114b416c072b80d899b658fb385646d+'"
Now we know quick hack for this seems to be to remove the "+" from the end and do another update. However it keeps happeneing which is getting just a touch annoying. I know that I'm always trying to commit from the root folder but I can't say the same for the rest of my team yet as we are still all new to Kiln. Could it be that someone is commiting on the subrepos itself which could be causing this on other machines?
Additionally we keep seeing that our subrepos's are not pulling in changes when we do an update on the root folder, however if you click on sub repos's and check incoming you can see all the files that we are expecting to be sucked in when pulling from root. Again could this be caused by incorrect commits on the subrepos themselves rather than on the root.
Its been on going now for a few weeks and is becoming a pain in ass to sort out as often as it keeps happening. Looking for a solution, I guess it is just something we are doing wrong with the way we commit and our mental model than problems with Kiln itself.
Any tips? :)