PBSync icon indicating copy to clipboard operation
PBSync copied to clipboard

Lock management

Open mastercoms opened this issue 4 years ago • 4 comments

PBSync can automatically set read-only for unlocked files, unlock unchanged assets, and lock changed ones, as Git LFS in conjunction with UE4 Ed can get stuck in invalid states sometimes.

mastercoms avatar Dec 26 '20 01:12 mastercoms

Read only functionality done in 7f4fb9e31e8b931e0626a0d3068c9741f7b859da

mastercoms avatar Jan 07 '21 00:01 mastercoms

does this require anything else to be closed?

commodo avatar Feb 03 '21 10:02 commodo

Yes, it should unlock assets if they are up to date or behind all of the 3 main branches: master, promoted, and trunk.

mastercoms avatar Feb 03 '21 15:02 mastercoms

Also it may be better to use the git-lfs executable within the UE4GitPlugin (engine_dir/Engine/Plugins/ProjectBorealis/UE4GitPlugin/git-lfs.exe), since that supports multi-threaded lock/unlock.

mastercoms avatar Feb 03 '21 15:02 mastercoms