brickadia / p4-fast-reconcile

A tool to speed up "Reconcile Offline Work" in Perforce Helix Core.
MIT License
18 stars 2 forks source link

Add support for `symlink` & `apple` file types #2

Closed jorgenpt closed 2 months ago

jorgenpt commented 2 months ago

Treat symlink filetypes like plaintext, which is how they're handled on Windows without symlink support enabled. (The default.)

Pass Apple filetypes to p4 reconcile to fall back to the default handling.

Also verify that all files we're digesting are plain files, to catch any cases where we'd produce an unexpected result.

Fixes GH-1.