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

Deleting some file does not work #2

Closed SRombauts closed 10 years ago

SRombauts commented 10 years ago

Deleting an asset uses the "git rm" command that does not work with a relative path. This result on a file not deleted!

SRombauts commented 10 years ago

Problem come from the Editor sometimes using relative file names instead of absolute file names.