green Posted January 26, 2021 Report Share Posted January 26, 2021 Is it possible to handle git merge requests in plastic scm? If so, in what way ? Regards Link to comment Share on other sites More sharing options...
calbzam Posted January 26, 2021 Report Share Posted January 26, 2021 Hi, Plastic is a different version control than git. So you cannot handle git merge requests in Plastic. Or do you mean if Plastic has something similar that the Github pull requests? Regards, Carlos. Link to comment Share on other sites More sharing options...
green Posted January 26, 2021 Author Report Share Posted January 26, 2021 I mean, for example, the possibility to see in Plastic git merge requests with comments, solving them etc. Regards Link to comment Share on other sites More sharing options...
calbzam Posted January 27, 2021 Report Share Posted January 27, 2021 Hi, Quote I mean, for example, the possibility to see in Plastic git merge requests with comments, solving them etc. In Plastic, we can our own code review system. But note that it won't be "git merge requests" but "Plastic merge requests". We explain the worflow in the following links: http://blog.plasticscm.com/2019/10/improving-new-plastic-code-review-part-i.html http://blog.plasticscm.com/2019/10/improving-new-plastic-code-review-part-ii.html http://blog.plasticscm.com/2019/11/improving-new-plastic-code-review-part-iii.html Also Plastic has very cool feature (mergebots) that allows you to automatize the task intergation once it's reviewed and ready to be merged:https://www.plasticscm.com/mergebot-devops Please let us know if it helps. Regards, Carlos. Link to comment Share on other sites More sharing options...
green Posted January 27, 2021 Author Report Share Posted January 27, 2021 Thank you for your answer. I know about the Plastic review system, but in this case I mean cooperation in a project hosted on git. It would be great if comments from git MR were visible in Plastic review system. But I understand that is difficult task. Regards Link to comment Share on other sites More sharing options...
calbzam Posted January 27, 2021 Report Share Posted January 27, 2021 Plastic and git are to totally different version control systems. What you can do is syncing a Plastic repo and a git repo: https://www.plasticscm.com/documentation/gitsync/plastic-scm-version-control-gitsync-guide Regards, Carlos. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now