Jump to content

calbzam

Administrators
  • Posts

    3,118
  • Joined

  • Last visited

  • Days Won

    115

Everything posted by calbzam

  1. We moved the conversation to: https://forum.unity.com/threads/permissions-management.1409385/
  2. Hi, We will be adding more subcategories in the new Unity forums for Unreal and other integrations. For now, it's true that there is one single forum for Unity DevOps Version Control and it involves all Plastic SCM. Including the integration with UE. As you know, we are relating more and more improvements for the UE plugin and this is not going to change. For Plastic SCM Enterprise/on-premises pricing questions, please reach Unity sales. As far as I know, it hasn't changed for now: https://create.unity.com/contact-unity-expert All the former Plastic SCM Cloud is now rebranded to Unity DevOps --> Version Control. The purchase process is handled via: https://unity.com/solutions/version-control You should receive an official notification via email today explaining the rebranding and recent changes. Anyway, I will be happy to also assist here. Regards, Carlos.
  3. You can use GitSync with cloud repos. But even with that, the most natural way to use a git plugin with a Plastic server would be using GitServer. https://docs.plasticscm.com/gitsync/plastic-scm-version-control-gitsync-guide Regards, Carlos.
  4. Hi, I'm afraid GitServer for the cloud won't be available in the near future. Regards, Carlos.
  5. Hi, Mergebots for Cloud should be available in just a few weeks. Regards, Carlos.
  6. Hi, On the forum's front page, we have added a red bar explaining that the Plastic SCM forums are now in Unity. If it's not visible enough, your feedback is welcome. Plastic SCM is now Unity Version Control (part of Unity DevOps) so all the purchase process, forums, documentation... is moved to Unity.com. But there haven't been any other changes regarding the support. We have the same team supporting Unity Version Control and we should answer your questions pretty fast. Regards, Carlos.
  7. Hi, This looks weird: 2023-02-14 15:07:32,716 BLACK-PANTHER\Adrian ERROR PlasticPipe - Exception obtaining connection to *@cloud. Failed to resolve the cloud server for organization *@cloud. Invalid username or password 2023-02-14 15:07:32,716 BLACK-PANTHER\Adrian DEBUG InvokeMethodRetry - HasToHandleSocketException. Exception is not a SocketException: Failed to resolve the cloud server for organization *@cloud. Invalid username or password. Aborting retry 2023-02-14 15:07:32,716 BLACK-PANTHER\Adrian DEBUG PlasticPipe - prt: 2750|CheckRepositoryExists |*@cloud Can you open the "C:\Users\xxx\AppData\Local\plastic4\client.conf" and replace *@cloud by the actual cloud organization name? Regards, Carlos.
  8. Hi Ian, You finally found a workaround via GitServer, right? Regards, Carlos.
  9. Hi, It seems you installed at some point Plastic Enterprise installer on this machine (instead of Plastic Cloud edition). Let's try the following: - Delete the following two files: C:\Program Files\PlasticSCM5\server\network.conf C:\Program Files\PlasticSCM5\server\plasticd.lic - Download and reinstall Plastic Cloud edition from www.plasticscm.com --> Downloads. Regards, Carlos.
  10. Hi @Maxi_sn, Can you attach your Plastic client log? C:\Users\xxx\AppData\Local\plastic4\log Also, please the following file: C:\Program Files\PlasticSCM5\server\network.conf Regards, Carlos.
  11. In Plastic, we always encourage the branch per task methodology so you can create and merge short branches. Having big bang merges is not something you should have in your project and we should find a way to readapt your workflow to avoid it from have again in the future. Ok, can you confirm you were able to finish the merge?
  12. Why do you have such a number of change delete conflicts? This should be the first thing to clarify. It shouldn't ever happen on a normal basis. We may need to re-evaluate your merge workflows. When a conflict is processed, the merge is recalculated because this conflict resolution may have generated more conflicts that need to be addressed (dependencies between conflicts). And with such a number of directory conflicts, it may take a very long time to finish. If I properly understand, this EOF is preventing you to finish the merge (even considering it's slow to process all the merge conflicts)? Regards, Carlos.
  13. Hi @HBD, If you create an empty file: "C:\Program Files\PlasticSCM5\install.properties" are you able to perform installation? Regards, Carlos.
  14. Hi Do you mind attaching the latest client logs after this change? C:\Users\xxx\AppData\Local\plastic4\logs Regards, Carlos.
  15. Hi, The estructure of a partial/Gluon workspace and a regular/PlasticGUI workspace are very different. - Gluon workspace designed to configure the files you want to download. The basic unity of the workspace is the file and you can have download files from different changesets and update the specific files you need. - In a regular/Plastic GUI workspace, the basic unit is the changeset. Every workspace is pointing to a specific changeset. When you update, you are updating to a different specific changeset (you are not udpating individual files). You cannot configure a workspace the same way as you do in Gluon. I'm afraid using cloaking files is the only solution at the moment. The product team is working on a more user friendly solution for handling the cloaking rules but I'm afraid it's not yet available. Sorry for the inconvenience, Carlos.
  16. Did you leave it running during the weekend? Is it still running? What are you missing code review features? I can share your feedback with the productr team. Regards, Carlos.
  17. Thanks for the update! Regards, Carlos.
  18. Hi, I can see you already opened a ticket with our support. Let's not duplicate the conversations. We can handle it wherever you prefer: If the operation doesn't fail, it seems it should be still running. I would leave it running until there is any error or the sync continues. I'm guessing the initial changeset is very big and it will take a long time to sync it. The follwong changesets to sync should be faster. Why are you migrating the repo to git? It shouldn't be a problem to handle big repos in Plastic. I don't fully understand if your plan is migrating to git or keep using the Palstic repo in the future. Are you a current Plastic SCM customer? Are you moving to git? Regards, Carlos.
  19. I think this could be the problem. If the token is renewed in the secondary machine but not in this one. Not sure if you can temporary use a different user in the parallel machine (or use email/password instead of Unity ID) to confirm if this could be the problem. Regards, Carlos.
  20. Hi, sorry for the delay, If I properly understand, you are following a similar scepario than the one from from blog post but you are still facing some scenarios where there are two heads in the main branch? I don't understand how just by merging a branch you can end up with two heads. Do you have a reproducible scenario to check so we can connect and debug it? Regards, Carlos.
  21. I will share your feedback with the product team. Regards, Carlos.
  22. Hi, Can you delete the following files to configure the client from scratch and let us know if the issue happens again? C:\Users\xxx\AppData\Local\plastic4\client.conf C:\Users\xxx\AppData\Local\plastic4\remoting.conf C:\Users\xxx\AppData\Local\plastic4\tokens.conf C:\Users\xxx\AppData\Local\plastic4\cloudregions.conf Are you using the same credentials in any other machine? Regards, Carlos.
  23. So basically, you would like to apply individual shelved file revisions but not applying the whole shelve that includes multiple changes you don't want to apply at that moment? Regards, Carlos.
  24. Hi @Marvin Watanabe, I'm afraid we can't easily reproduce the problem. Are you available to arrange a meeting with us so we can debug your setup and try to fix the problem? Sorry for the inconveniences. Regards, Carlos.
×
×
  • Create New...