SRombauts / UEGitPlugin

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

SourceControl: Error: Operation 'UpdateChangelistsStatus' not supported by source control provider 'Git LFS 2' #177

Closed Karbonforms closed 1 year ago

Karbonforms commented 1 year ago

SourceControl: Error: Operation 'UpdateChangelistsStatus' not supported by source control provider 'Git LFS 2'

What's going on here?

SRombauts commented 1 year ago

Hi,

Git doesn't support Changelists nor Shelves like Perforce of Plastic SCM so this error in the log is normal. In Unreal Engine 5.1 the "View Changeslists" entry menu will be greyed out for source control providers not supporting it, so it won't even be an issue.

Cheers!