SRombauts / UEGitPlugin

Unreal Engine 5 Git LFS 2 Source Control Plugin (beta)
http://srombauts.github.io/UEGitPlugin
MIT License
810 stars 165 forks source link

A Move/Rename leaves a redirector file behind #22

Closed SRombauts closed 7 years ago

SRombauts commented 9 years ago

After a Move/Rename operation, the old asset file is replaced by a "redirector" file of the same name, pointing to the new asset file.

A problem arises if this redirector is not committed immediately with the new asset:

This happens when the new file is directly selected for check-in: only the new file is proposed for check-in (not the redirector itself).

=> Users must select a whole directory or game project to commit all files with an atomic multi-file check-in.

SRombauts commented 9 years ago

The redirector can (needs to) be deleted by the Fix-up Redirector command in Asset Browser in Editor

edit: closing the issue