Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

APEX Git export too many diffs

I've got some problems trying to make use of Git in my Apex development workflow. The problem is that the SQLcl export command for Apex add a lot of change in all files even if the page or the component hasn't been modified. It gives me about 450~ file diffs between every commit that makes it about impossible to review correctly.

Command used to export with SQLcl :

apex export -applicationid 9000 -dir dbsources/apex/900 -split -overwrite-files -skipExportDate -expOriginalIds

Example of changes I get to see when i review my code :

or this :

Anyone has a workaround for this?

This post has been answered by Simon_P on Jul 9 2025
Jump to Answer
Comments
Post Details
Added on Jul 8 2025
12 comments
187 views