You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When TCR creates a perforce changelist, it currently interferes with changes created for other purposes.
Cause: The p4 commands used for creating a new changelist p4 change ... -i | p4 change -o are called without previously inserting the 2 command options -d <directory> and -c <client>, which is wrong.
To Reproduce
Steps to reproduce the behavior:
This requires a full p4 environment with 2 distinct client workspaces on a single machine
Contact Details
damien.menanteau@gmail.com
Describe the bug
When TCR creates a perforce changelist, it currently interferes with changes created for other purposes.
Cause: The p4 commands used for creating a new changelist
p4 change ... -i | p4 change -o
are called without previously inserting the 2 command options-d <directory>
and-c <client>
, which is wrong.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected command call should be:
p4 -d <directory> -c <client> --field "Description=<message>" change -o | p4 -d <directory> -c <client> change -i
Working Environment
Additional Context
Additional information
Code of Conduct
The text was updated successfully, but these errors were encountered: