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

[Bug]: p4 change command is called without the -d and -c options #246

Closed
1 task done
mengdaming opened this issue Feb 7, 2023 · 0 comments
Closed
1 task done
Assignees
Labels
bug Something isn't working murex Items related to using TCR at Murex perforce Perforce related issues S Small

Comments

@mengdaming
Copy link
Contributor

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:

  • This requires a full p4 environment with 2 distinct client workspaces on a single machine

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

  1. OS: Windows
  2. p4
  3. TCR versions 0.24.0 and 0.24.1

Additional Context

Additional information

Code of Conduct

  • I agree to follow this project's Code of Conduct
@mengdaming mengdaming added the bug Something isn't working label Feb 7, 2023
@mengdaming mengdaming self-assigned this Feb 7, 2023
@mengdaming mengdaming added the S Small label Feb 8, 2023
@mengdaming mengdaming added perforce Perforce related issues murex Items related to using TCR at Murex labels Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working murex Items related to using TCR at Murex perforce Perforce related issues S Small
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant