Jump to content

calbzam

Administrators
  • Posts

    3,118
  • Joined

  • Last visited

  • Days Won

    115

Everything posted by calbzam

  1. Yes, I would keep them as binary . Regards, Carlos.
  2. Hi, The sync operation is not running a checkin so the "after-checkin" trigger is not run. Fore the push/pull operations, you can use the "after-replicationwrite"/"after-replicationread" triggers. https://www.plasticscm.com/documentation/triggers/plastic-scm-version-control-triggers-guide#Serversidetriggers Regards, Carlos.
  3. Hi, The fact that Plastic considers the items text or binary is not relevant for the revision/database size. Anyway, if the files are text files is better to change the revision type to text so you can run text diff/merges for these files. Regards, Carlos.
  4. Hi, But note that in this scenario what you are chaning is the folder name (not the files inside the folder). That's why the files doesn't appear in the diff view (because they were not changed). For instance, if you rename a folder that has 100k files inside, the diff view would be polluted by thousands of items that were not actually changed. Also if you are renaming a root folder, you are not renaming all the subfolders inside. The diff view only shows the specific items (folders/files) you are actually changing. If you want to list the items of a folder, you can use the "cm ls" commands. PD: There is a "cm diff cs:<id> --download=C:\MyPath" but I think it doesn't help for your needs. Regards, Carlos.
  5. Hi, If you are a paying customer, could you reach us at support@codicesoftware.com for better debugging the issue? I don't fully understand if the problem is with the UE plugin or not. Did the issue happen when you add new items to the ignore list via the plugin or also via the Plastic GUI? The lock rules are not related to the ignore rules so I don't think they are related to this issue. Regards, Carlos.
  6. Hi, I'm not a Jenklins expert. But as far as I know, you will need a a Jenkins agent to run a job, right? https://adamtheautomator.com/jenkins-agent/ You should be able to use the Java Web Start agent to run your Jenkins jobs even if you are not using an external node for that purpose. Regards, Carlos.
  7. HI, Can you try this worakround? Regards, Carlos.
  8. Hi, What is the step where you are locked or you don't understand? I can see the blog post is a very complete guide where it explains it step by step. Regards, Carlos.
  9. Hi, Can you reach us support@codicesoftware.com? We may need to arrange a meeting to debug your enviroment. Regards, Carlos.
  10. Hi, Not sure if you have checked the security guide where we explain some real scenarios: https://www.plasticscm.com/documentation/security/plastic-scm-version-control-security-guide I'm afraid there are not specific permissiosn for merge-to but just for merge from. You can deny the checkin permissions on this branch but allow the rest of the permissions. Regards, Carlos.
  11. Hi, You can show the file history in the Plastic GUI and then revert to a specific previuous version. Regards, Carlos.
  12. Hi, I'm afraid I can't find any error. Could you attach also the client logs? C:\Users\xxx\AppData\Local\plastic4\logs Regards, Carlos.
  13. The file should be located at: C:\Program Files\PlasticSCM5\server\plastic.debug.log.txt Regards, Carlos.
  14. Hi, As a temporary workaround, you could configure the Plastic client installed in the TeamCity machine to reach the TCP port (8087) instead of conencting via SSL (8088). This way, there won't be a a warning about the certificate not matching the server name. Regards, Carlos.
  15. Hi, Is this a cloud or local server? We will need to review the log to debug the error. I guess you user has permissions enabled to delete changesets, right? Regards, Carlos.
  16. I guess your artists are using Plastoic GUI and not Gluon? Gluon includes the information of the locks in the GUI. Regards, Carlos.
  17. Hi, If you are connecting a Plastic client to a server via SSL, the hostname needs to match with the server included in the certificate? Why you are not using the same name? Regards, Carlos.
  18. Hi, Please check the following link where we explain Xlinks in detail: https://www.plasticscm.com/documentation/xlinks/plastic-scm-version-control-xlinks-guide Regards, Carlos.
  19. Hi, You need to select to install the VS package during the installation process. Please check the following link: https://www.plasticscm.com/documentation/ides/plastic-scm-version-control-ides-integrations-guide#Chapter1:MSVisualStudiointegration Regards, Carlos.
  20. Hi, It may be a bug while we are not showing this enviroment variable (or an error in the documentation). Let us try to reproduce it. Anyway, in order to delete a changeset, the branch name shouldn't be relevant, right? But only the changeset guid and repo name. eg: cm changeset delete cs:2b55f8aa-0b29-410f-b99c-60e573a309ca@devData Also, if you have the changeset guid, you can get the branch name via: cm find changeset "where guid=2b55f8aa-0b29-410f-b99c-60e573a309ca" --format={branch}--nototal Regards, Carlos.
  21. Hi, We had some temporary issues again during the weekend with the US cloud server. We are working this week to be sure these kind of problems don't happen again. We are giving to this the higest priority. Sorry for the inconveniences again, Carlos.
  22. Hi, We had some temporary issues again during the weekend with the US cloud server. We are working this week to be sure these kind of problems don't happen again. We are giving to this the higest priority. Sorry for the inconveniences again, Carlos.
  23. Hi, The lock icons are already available in the Gluon GUI but not in the regular Plastic GUI. And in order to list the locks, you will need to use the CLI command. I agree that it would be great to have such an option in the GUI. I will share it with the team. Regards, Carlos.
  24. Hi, Next time you are locked, please reach us at "support@codicesoftware.com" and we normally get connected with you very fast to fix the problem. Also if you could attach the plastic.debug log, we would like to review them to understand what could be the problem. Regards, Carlos.
×
×
  • Create New...