-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Feature]: Support Perforce as a VCS #200
Labels
enhancement
New feature or request
M
Medium
murex
Items related to using TCR at Murex
perforce
Perforce related issues
Comments
philou
added a commit
that referenced
this issue
Dec 21, 2022
To be able to isolate git related code in their own subpackage - rename - adapt call sites
aatwi
pushed a commit
that referenced
this issue
Dec 21, 2022
aatwi
pushed a commit
that referenced
this issue
Dec 21, 2022
… "git" - Make variables under FileDiff public - Make GitLogItem.Len public
mengdaming
pushed a commit
that referenced
this issue
Jan 2, 2023
To be able to isolate git related code in their own subpackage - rename - adapt call sites
mengdaming
pushed a commit
that referenced
this issue
Jan 2, 2023
mengdaming
pushed a commit
that referenced
this issue
Jan 2, 2023
… "git" - Make variables under FileDiff public - Make GitLogItem.Len public
mengdaming
added a commit
that referenced
this issue
Jan 2, 2023
mengdaming
added a commit
that referenced
this issue
Jan 2, 2023
mengdaming
added a commit
that referenced
this issue
Jan 2, 2023
mengdaming
added a commit
that referenced
this issue
Jan 2, 2023
mengdaming
added a commit
that referenced
this issue
Jan 2, 2023
mengdaming
added a commit
that referenced
this issue
Jan 2, 2023
- Also move remaining git-specifics into git sub-package
mengdaming
pushed a commit
that referenced
this issue
Jan 3, 2023
To be able to isolate git related code in their own subpackage - rename - adapt call sites
mengdaming
pushed a commit
that referenced
this issue
Jan 3, 2023
mengdaming
pushed a commit
that referenced
this issue
Jan 3, 2023
… "git" - Make variables under FileDiff public - Make GitLogItem.Len public
mengdaming
added a commit
that referenced
this issue
Jan 3, 2023
mengdaming
added a commit
that referenced
this issue
Jan 3, 2023
mengdaming
added a commit
that referenced
this issue
Jan 3, 2023
mengdaming
added a commit
that referenced
this issue
Jan 3, 2023
mengdaming
added a commit
that referenced
this issue
Jan 3, 2023
mengdaming
added a commit
that referenced
this issue
Jan 3, 2023
- Also move remaining git-specifics into git sub-package
mengdaming
added a commit
that referenced
this issue
Feb 1, 2023
mengdaming
added a commit
that referenced
this issue
Feb 1, 2023
mengdaming
added a commit
that referenced
this issue
Feb 1, 2023
mengdaming
added a commit
that referenced
this issue
Feb 1, 2023
- In order to be able to run p4 tests withous having p4 installed and configured
mengdaming
added a commit
that referenced
this issue
Feb 1, 2023
mengdaming
added a commit
that referenced
this issue
Feb 1, 2023
mengdaming
pushed a commit
that referenced
this issue
Feb 1, 2023
mengdaming
pushed a commit
that referenced
this issue
Feb 1, 2023
mengdaming
pushed a commit
that referenced
this issue
Feb 1, 2023
mengdaming
pushed a commit
that referenced
this issue
Feb 1, 2023
mengdaming
pushed a commit
that referenced
this issue
Feb 1, 2023
mengdaming
added a commit
that referenced
this issue
Feb 1, 2023
mengdaming
added a commit
that referenced
this issue
Feb 1, 2023
mengdaming
added a commit
that referenced
this issue
Feb 1, 2023
- now using stubbed git command calls instead of real calls
mengdaming
added a commit
that referenced
this issue
Feb 1, 2023
mengdaming
added a commit
that referenced
this issue
Feb 1, 2023
mengdaming
added a commit
that referenced
this issue
Feb 1, 2023
mengdaming
added a commit
that referenced
this issue
Feb 1, 2023
mengdaming
added a commit
that referenced
this issue
Feb 1, 2023
- evolving towards a more generic VCS interface
mengdaming
added a commit
that referenced
this issue
Feb 1, 2023
mengdaming
added a commit
that referenced
this issue
Feb 1, 2023
mengdaming
added a commit
that referenced
this issue
Feb 1, 2023
- "P - Auto push toggle" is available only with git - "L - Pull" is available only with git - "S - Push" is available only with git - "Y - Sync" is available only with p4
mengdaming
added a commit
that referenced
this issue
Feb 1, 2023
mengdaming
added a commit
that referenced
this issue
Feb 1, 2023
mengdaming
pushed a commit
that referenced
this issue
Feb 1, 2023
To support Perforce - update Readme.md with a section on Perforce - update Readme.md to remove git-specific wording - update build.md to explain how to test TCR with Perforce locally
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
M
Medium
murex
Items related to using TCR at Murex
perforce
Perforce related issues
Contact Details
aatwi@murex.com
Feature Request
Some teams use Perforce instead of Git as their official VCS.
We need to support using Perforce for them to be able to use TCR on their production code.
Feature Description
TCR can do all the VCS operations with Perforce instead of Git.
Alternatives
Additional Context
No response
Code of Conduct
Mikado
stubbed
stubbed
stubbed
stubbed
stubbed
discarded
discarded
tcr check
so that it's able to check either git or p4 environment (or both?) depending on workspacestubbed
Parking lot
env P4CLIENT=xxx p4 status
(rc = 0 when cwd is in xxx workspace, rc=1 otherwise)The text was updated successfully, but these errors were encountered: