Jump to content

calbzam

Administrators
  • Posts

    3,118
  • Joined

  • Last visited

  • Days Won

    115

Everything posted by calbzam

  1. Hi, - If you right-click the file and select "Add to ignore list" and refresh the view, isn't it marked as ignored? - Could you attach your "ignore.conf"? (Check in your local workspace and also in your user folder: "C:\Users\xxx\AppData\Local\plastic4\ignore.conf") - Do you have a "plastic-global-config" repo that may be overwriting some rules? https://www.plasticscm.com/documentation/administration/plastic-scm-version-control-administrator-guide#Globalfileconfiguration Regards, Carlos.
  2. Supporting triggers on the cloud is on the roadmap but I'm afraid it's not still available. I will try to give you more details. Regards, Carlos.
  3. Hi, I was able to reproduce your scenario. Let me share with the team to check if we can find a workaround or we can improve the plugin to support it. Sorry for the inconveniences, Carlos.
  4. Hi, - How are you defining the shared libraries in the Jenkins configuration? Could you attach some screenshots of your build settings? Reading some documentation, I can see you can define Global shared Libraries following these steps: https://jenkins.io/doc/book/pipeline/shared-libraries/ Is this what you are configuring, right? - Why don't you use Plastic Xlinks for your shared libraries/repos? Doesn't it help as a workaround? Regards, Carlos.
  5. Ok, the next time it happens please consider the previous questions that should help us to debug the problem. Regards, Carlos.
  6. Hi, - You can open a console and run "cm version". - Is the parent folder fully checked or the whole workspace content fully checked? - The next time it happens, it would be great to focus on the unchecked file and review the last changes: if it was moved by your coworker, renamed... - I guess you are not using this workspace with the regular Plastic GUI, right? - There is a command line option that you may find useful to know: [New] Gluon UI: The option '--restorefulldirs' was added to the 'partial configure' command. This option allows resetting the directory configuration in partial workspaces. Check 'cm partial configure --help' for more info. Regards, Carlos.
  7. Hi, What is your Gluon version? Are you moving files to different folders or could you clarify the details to reproduce the issue? Regards, Carlos.
  8. Hi, You can also manually edit the "C:\Users\xxx\AppData\Local\plastic4\plastic.workspaces" file to point the specific workspace to the new location and then move the workspace (including the ".plastic" folder) to the new location. Regards, Carlos.
  9. Yes, the reason for this error message is the "ForceBuildNumberMatch" parameter enabled. Regards, Carlos.
  10. Hi, The auto-upgrade feature will only work if the client and server version are not actually compatible. If they are compatible (7.0.16.X), I'm afraid that the auto-upgrade feature will not work. Sorry for the inconveniences, Carlos.
  11. Hi, Could you also include the request in our user voice system? https://plasticscm.uservoice.com Regards, Carlos.
  12. Hi, It seems that Unity external Merge Tool is not properly defined. Could you check if the tool is available on this path? Regards, Carlos.
  13. Hi, There shouldn't be any performance issue you when using as many submodules as you need. We have big customers with tons of them with no issues so far. Regards, Carlos.
  14. Hi, From our release notes: [New] 5.4.16.688 Now a full hierarchy of submodules can be added. It is possible to have repositories as follow: default/codice default/codice/plasticscm default/codice/plasticscm/windowsgui default/codice/semanticmerge Before only 1 level of submodules was allowed, but now a full hierarchy can be created, which is useful when a certain namespace policy must be enforced. All the submodules inside a given repository are stored inside the same database as the repository, actually using different table name prefixes or schemas in the case of SQL Server. Remarks: A submodule can't be moved to a different repo. It stays on the repo where it was created. A submodule can be moved "inside" a different submodule and submodule hierarchies can be freely modified just applying repository rename operations. It means you can start with default/codice default/codice/plasticscm default/codice/plasticscm/windowsgui And transform the hierarchy as follows: default/codice default/codice/plasticscm default/codice/windowsgui And even rename "codice" to "plastic-code" and then: default/plastic-code default/plastic-code/plasticscm default/plastic-code/windowsgui When you delete a submodule, you delete all the submodules inside it! Remember that delete doesn't really remove the submodule, it stays on the database and it is just unlinked from Plastic (as happens with repositories). A submodule inherits permissions from its parent submodule. When you move a submodule, the permissions from the new parent will be applied. Best regards, Carlos.
  15. Hi Brian, No sorry, you will need to release the locks one by one with "cm unlock". Regards, Carlos.
  16. Wow, Thank you very much for sharing! Regards, Carlos.
  17. Hi, Yes, it should be working in both Linux and Mac. But you will need to use the command line "cm sync --help". Regards, Carlos.
  18. Yep, we will try to find a more user friendly solution. As you know, we are adding more and more new features to the macplastic GUI. Regards, Carlos
  19. Hi, It´s a known issue in the last Plastic version that we are going to fix. As a temporary workaround, you could enter the JIRA values, select a different issue tracker in the dropdown menu and finally select JIRA again. This way, the data should be propely saved. Sorry for the inconvenences, Carlos.
  20. Hi Mark, Could you type the word "false" in the Gluon field? Please, review that the user who runs Unity3D is the same who runs Plastic (you probably has only configured Plastic for a specified user). Are you using Unity Pro version? Best regards.
  21. Hi, I´m sorry, but we still don´t have an estimated release date Regards, Carlos.
  22. Hi, Plastic has a fine grained permissions system (per server, users, repository, path...). You can configure the readonly acces to your desired user groups. https://www.plasticscm.com/features/security.html Let me know if it fits in your scenario. We can assist you with the configuration. Best regards, Carlos
  23. Hi, Yes, If you have a wXlink pointing to Lib repo and you perform a change, a new changeset will be created in both repositories. Even if you create a new branch, this new branch will be autoexpanded as well to the Xlinked repository. Please, check this guide for more information: https://www.plasticscm.com/documentation/xlinks/plastic-scm-version-control-xlinks-guide.shtml#Chapter3:XlinkExpansionRules Regards, Carlos.
  24. Hi, You will be happy to know that we are implementing the support to point subdirectories instead of just the root of the repository when using readonly Xlinks. Other possibilities are: - Adding to the "Cloaked list" the items you don´t want to download from the shared repositopry. Cloaked items are items that the update operation won't download by default from the repository to the workspace. http://plasticscm.com/documentation/gui/plastic-scm-version-control-gui-guide.shtml - You can also think on splitting the shared repository in different repositiories. Regards, Carlos.
×
×
  • Create New...