go to post Colin Brough · Feb 16, 2023 Thanks for suggestions so far.One challenge is our organisation is very wary of installing any additional code (as Alex suggested) or hooking up something like VS Code, to the live server, which is passing patient information between the various hospital systems... The test system has a little more flexibility, but organisation is a bit twitchy!! Would a plausible path be to sort of follow Eduard's suggestion, but: Export code from live (an export of the classes via Management portal, or if better an export via Studio) to XML Export code from test (as above) to XML On a local laptop, import live code to a newly created namespace and commit from there to a GitLab repo On same local laptop, import test code and commit from there to the GitLab repo Compare as suggested....