Bug? Issue with Git Sync and b4j.meta

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
Steps:
Create a project with 3 modules and leave them open
Push to git
Second party opens and removes last module number (module3 in this example)
Pushes to git
First party Pulls git.

this makes an error occur: "key is not found" something like that.

this is because .meta file is not sync to git but it will store the number of the module that should be opened. The project will fail to open.

Thank you.
 
Top