Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix shared collection: assumes that the default source control status 'Unknown' is "in source control" #50

Merged
merged 1 commit into from Nov 25, 2022

Conversation

SRombautsU
Copy link

I had to debug the Perforce plugin to understand that this part of the Editor rely on the fact that "Collections" (".collection" files) are always in source control and never changed locally since the Editor does auto checkout+change+checkin

The Perforce plugin assumes that all files are in the "DontCare" state by default that is either 'Unknown' OR 'Controlled' (vs the Plastic SCM plugin uses a dedicated 'Unknown' state). I think I'll have to drop the Unknown state and mimic the behavior of the Perforce plugin going forward

… 'Unknown' is "in source control"

I had to debug the Perforce plugin to understand that this part of the Editor rely on the fact that "Collections" (".collection" files) are always in source control and never changed locally since the Editor does auto checkout+change+checkin

The Perforce plugin assumes that all files are in the "DontCare" state by default that is either 'Unknown' OR 'Controlled' (vs the Plastic SCM plugin uses a dedicated 'Unknown' state). I think I'll have to drop the Unknown state and mimic the behavior of the Perforce plugin going forward
@SRombautsU SRombautsU added the bug label Nov 24, 2022
@SRombautsU SRombautsU self-assigned this Nov 24, 2022
@juliomaqueda juliomaqueda merged commit d99d848 into master Nov 25, 2022
@juliomaqueda juliomaqueda deleted the 1001378-fix-shared-collection branch November 25, 2022 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants