Jump to content

calbzam

Administrators
  • Posts

    3,118
  • Joined

  • Last visited

  • Days Won

    115

Everything posted by calbzam

  1. Hi, This issue was fixed in the latest Plastic SCM release available at www.plasticscm.com --> Downloads. Can you upgrade? Regards, Carlos.
  2. Sorry, I meant TeamCity. TeamCity is one of our most used CI plugins and running builds on "/main" is pretty common. Are you available to schedule a meeting a review your environment?
  3. Yes, please check the following guide: https://www.plasticscm.com/documentation/gluon/plastic-scm-version-control-gluon-guide#ConfiguringGluon In Gluon, the workspace selector is not pointing to any changeset. You could update a file to the latest version where some other files are out of date. You can update everything to the last or just the selected file. Could you clarify the details?
  4. Hi @Wim Devos, I'm afraid a bug fix for this issue hasn't been released yet. Let me check if it can be prioritized for the near future and we will update here when the fix is available. Sorry for the inconveniences, Carlos.
  5. Hi @Francois Bertrand but if you create a clean new Gluon workspace, it makes sense you need to configure the worksapce and select the files you want to download. This is the first step before start using the workspace.
  6. Hi, It's a bit stange because it looks like the default configuration and we haven't been reported this issue in the past (other than this above message where recreting the VCS seemed to fix the problem). - If you remove the polling to manually run the build, does it make any change? - If you unckeck "Exclude default branch changes from other branches" does it make any difference? Otherwise, we will try to reproduce the issue in our labs. You are using SNAPSHOT-202210120016 of the plugin but what is your Bamboo version? Regards, Carlos.
  7. Hi, Can you share with is the build configuration in your TeamCity job? I still don't understrand why the plugin is trying to diff cs:0 if there are newer changesets in the "/main" branch. Regards, Carlos.
  8. Hi @thomas.weltenbauer., We have only seen this kind of problems when removing/deleting/moving chanegests/branches. Could it be your case? If you recreate the VCS root, does it help to runa build in the main branch again? Regards, Carlos.
  9. Hi @Francois Bertrand, do you mean that you are re-using the regular Plastic GUI workspace and now you are using it via Gluon? Or you did create a new clean Gluon workspace on a different path and you needed to select the items in the configure panel after creating a clean new Gluon workspace? Regards, Carlos.
  10. Thanks, hopefully we can release the fix very soon. Regards, Carlos.
  11. Hi @Mitch, I'm afraid something like this is still not in the roadamp for the near future but let me share it with the product team again. Your feedback is welcome. Regards, Carlos.
  12. Hi Todd, The product team is aware of this request but I'm afraid it's not still in the roadmap for the near future. Regards, Carlos.
  13. Hi @Francois Bertrand, We have created a task to fix the issue. Sorry for the inconveniences. Carlos.
  14. Please check that your workspace is properly updated pointing to the head of the branch. If in the head of the branch, you still have some some private items, it means they are not in the repo, so you can checkin them if you need to have them in the project. Regards, Carlos.
  15. I would select to keep the destination changes so your changes are discarded and you may be able to have a clean workspace pointing to the head of the branch. Later you should be able to re-apply your changes (please backup everything that it's not commited and you don't want to lose). Regards, Carlos.
  16. I can see a "wkcorruption" file in your shared folder related to the power outage. Process name: Unity Process image: C:\Program Files\Unity\Hub\Editor\2021.3.6f1\Editor\Unity.exe Process started: 2022.11.02.12.31.33.673 Error: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index StackTrace: at System.Collections.Generic.List`1[T].get_Item (System.Int32 index) [0x00009] in <e40e5a8f982c4b618a930d29f9bd091c>:0 at System.Collections.Generic.List`1[T].System.Collections.IList.get_Item (System.Int32 index) [0x00000] in <e40e5a8f982c4b618a930d29f9bd091c>:0 at Codice.CM.WorkspaceServer.DataStore.WkTree.ReadLegacyWorkspaceTree.ReadNode (Codice.CM.Common.Serialization.PlasticBinaryReader reader, System.Collections.IList repSpecs, System.Collections.IList seids, Codice.CM.WorkspaceServer.IWorkspaceRevisionInfoCache cache, Codice.CM.WorkspaceServer.DataStore.WkTree.LegacyWorkspaceTreeOptions+Options options) [0x00018] in <98f66477eed44bb782eb0c301b0da195>:0 at Codice.CM.WorkspaceServer.DataStore.WkTree.ReadLegacyWorkspaceTree.ReadFromStream (System.Byte version, System.IO.Stream stream, Codice.CM.WorkspaceServer.IWorkspaceRevisionInfoCache revisionCache) [0x00026] in <98f66477eed44bb782eb0c301b0da195>:0 at Codice.CM.WorkspaceServer.DataStore.WkTree.ReadLegacyWorkspaceTree.Read (System.Byte version, System.Int32 treeSize, System.IO.FileStream fileStream, System.Byte[] dataBuffer, System.Int32 dataOffset, System.Int32 dataSize, Codice.CM.WorkspaceServer.IWorkspaceRevisionInfoCache revisionCache) [0x00043] in <98f66477eed44bb782eb0c301b0da195>:0 at Codice.CM.WorkspaceServer.WorkspaceTreeDataStore.ReadWorkspaceContentFromFile (System.String filePath, System.String wkPath, Codice.CM.WorkspaceServer.IWorkspaceRevisionInfoCache revisionCache, Codice.Utils.Buffers.FlexibleBufferPool bufferPool) [0x000f0] in <98f66477eed44bb782eb0c301b0da195>:0 at Codice.CM.WorkspaceServer.WorkspaceTreeDataStore.ReadWorkspaceTreeContent (Codice.CM.Common.WorkspaceInfo wkInfo, System.String wkTreeFile, Codice.CM.WorkspaceServer.IWorkspaceRevisionInfoCache revisionCache, Codice.Utils.Buffers.FlexibleBufferPool bufferPool) [0x00008] in <98f66477eed44bb782eb0c301b0da195>:0 I would update the workspace first to to point again to the head of the branch. But please backup your pending changes first. Regards, Carlos.
  17. Hi, I'm guessing if these outage also affected to the workspace metadata so it's not properly tracking now what changeset/branch is your workspace pointing. The workspace metadata folder is the ".plastic" folder in the root of the workspace. Can you attach it? For that reason, it's asking you to update your worksapce (probably it's considering you are in changeset:0). If you have some pending to checkin changes, I would backup them and then update the workspace to the head of the branch (or even redownload the project from scratch if it's not a big project). Best reagrds, Carlos.
  18. Hi, I'm afraid this is not currently possible in Gluon. You will need to use paths. Regards, Carlos.
  19. Uff, ok at least we know what happened! Thanks for spending the fime debugging it! Regards, Carlos.
  20. Hi, Can you manually type the Server@cloud in the textbox and click on the "Refresh" button? Regards, Carlos.
  21. Hi, I meant you need to enter the encryption password. Plastic is saving this password as a encryption key at: C:\Users\xxx\AppData\Local\plastic4\<guid>.key Regards, Carlos.
  22. Hi @Javier, Why this is an issue in your workflow? I mean if you are using a Plastic workspace with locks (PlasticGUI or Gluon) you will keep the lock as you as you have the items checked -out and if you checkinf or undo your pending changes, the lock will be released. On a normal basis, there is no need for an admin to unlock items via CLI. Regards, Carlos.
  23. Hi, Don't you have any filter in branch explorer, right? show only relevant changesets maybe? I'm guessing if some differences in the timezone could make this to happen :$ How is this affecting to you at the moment? Regards, Carlos.
  24. This is very strange. If you manually create the missing file on this path, are you able to workaround the problem when running the new installation?
  25. Hi, Was the file timestamp changed? By default, Plastic is detecting as changed a file when the file time stamp changes. You can edit this at Preferences --> Other options: Also in the diff comparation method, please check that you are not ignoring any actual change in the file: EOLs, whitespaces. Regards, Carlos.
×
×
  • Create New...