Unable to Update before Commit

0
Hi there, For some reason, Mendix won’t let me update the project in Studio Pro without committing my changes first. Isn’t it supposed to be the other way round where I need to update before committing?   Any ideas on why this might be happening is much appreciated.   Many thanks, Liam
asked
1 answers
3

This is new with the change to git instead of SVN, that is because you need to do a local commit first before you can pull in any changes at the moment. You can set the push to repository to false before committing if you dont want your current changes to be final yet. I think they will improve it soon tho!

answered