Ax2Git icon indicating copy to clipboard operation
Ax2Git copied to clipboard

Detect deleted AOT objects

Open min2sia opened this issue 11 years ago • 1 comments

In case AOT object was exported to source control but later was deleted from AOT. When doing regular export, such situation won't be detected. Need to create function which will scan repository files and check if corresponding AOT object exists. If not - delete.

min2sia avatar Feb 13 '14 14:02 min2sia

How about just deleting all files in the exported path (on the filesystem, not through git) and re-export everything and let git handle the differences? From an AX standpoint, deleting a class and creating a new with the same name is making a different class (different object id), but from change tracking standpoint it doesn't matter.

ksulli avatar Jan 22 '16 11:01 ksulli