Jump to content

calbzam

Administrators
  • Posts

    3,118
  • Joined

  • Last visited

  • Days Won

    115

Everything posted by calbzam

  1. Hi, Are you removing a changeset or renaming/removing some branch? Regards, Carlos.
  2. Hi, I'm afraid the lock information is available in the Gluon UI but not at the moment in Plastic GUI. Sorry for the inconveniences, Carlos.
  3. Hi, - Could you also copy al the *.conf file from your user folder to the "client" binaries folder? - If you are paying customer, we can arrange a meeting for further debug. Regards, Carlos.
  4. Hi, - I'ts very important that you copy the "client.conf" to the "client" binaries folder. I guess the TeamCity server is running with a different user taht your Plastic user (eg: SYSTEM user) and after copying the "client.conf" to the binaries folder, all the machine users will be using the same client configuration. - If you have any "cm.exe" process running in the TeamCity machine, please kill them so it's restarted with the new client configuration. - Let's try to make it work first without the proxy server. The proxy server is just a field inside the "client.conf": <CacheServer></CacheServer> Regards, Carlos.
  5. Hi David, I'm afraid the partial and full workspace structure is very different. In the Plastic GUI, the workspace is always pointing to a specific changeset. The branch explorer was designed taking this into account. I don't think we will be supporting partial workspaces in the Plastic GUI. Gluon was specially designed for taht purpose. Regards, Carlos.
  6. Could you reach us at support@codicesoftware.com? Regards, Carlos.
  7. Hi, After downloading the .NET Core Proxy server from www.plasticscm.com --> Downloads --> More installers --> Proxy server .NET Core bundle1) Copy the following files from the "config_samples" folder to the binaries folder: plasticcached.conf plasticcached.log.conf plasticcached.network.conf 2) In "plasticcached.conf " you set the output path for the output cache folder. In "plasticcached.network.con" you set the port.3. You can run the proxy in console mode via this command: C:\Users\albaz\Downloads\PlasticSCM-10.0.16.5432-win-x64-proxy-server-netcore\server>plasticd.exe proxy plasticcached daemon up. 10.0.16.5432 313 ms startup time. Data path: C:\tmp\cache 4. In order to install the proxy as a Windows service: sc.exe create plasticscmservernetcoreproxy binPath= "C:/PathTo/plasticd.exe proxy" The proxy server by default listens on the 8085 port: YOURSERVER:8085Could you rename the following file, restart the GUI and check if this way you can enable the proxy?C:\Program Files\PlasticSCM5\client\cloudedtion.token - At the end of the day, The TeamCity plugin just internally runs "cm" commands so you could configure the Plastic client intalled in the TeamCity machine to use the proxy server. Regards,Carlos.
  8. Hi, - You are right, PlasticFs doesn't currently support the recycle bin. - Regarding the Total Commander report, the paths from the screenshots doesn't refer to mounting points. They are already resolved by Windows. Not sure if it would be easy to get some reproduction steps so we can try to debug it. Regrads, Carlos.
  9. Hi, The problem with the UI freeze is now on production on release 10.0.16.5882 . Here is the link https://www.plasticscm.com/download/releasenotes/10.0.16.5882 Regards, Carlos.
  10. You can change the output path with the fllowing flag: --cachepath PATH 1)Via command line: $ plasticfs --cachepath PATH 2) Or create a shortcut for PlasticFS and add the parameter: (right-click > Properties > Target) Regards, Carlos.
  11. Hi, Please check the following screenshot of the merge panel: Regards, Carlos.
  12. Hi, You can use GitSync to migrate a repository from git to Plastic: https://www.plasticscm.com/documentation/gitsync/plastic-scm-version-control-gitsync-guide Regards, Carlos.
  13. The checkout is kept afte the checkin. Regards, Carlos.
  14. Hi, If you want to remove some changets in branch A because they are not good, you can delete the chanegsets or use the subtractive merge operation to remove them: https://www.plasticscm.com/documentation/advanced-version-control-guide#subtractive-merge Then you can merge the changes from branch B to branch A (if you want these changes to be also in branch A). Regards, Carlos.
  15. Hi, I think it only returns 0 (OK) or 1 (Fail). What is the error the mergebot raised? We should check the mergebot logs to check if there is some more details of the error. Regards, Carlos.
  16. Ok, this feature is only available for Gluon. The Gluon workflow is directly linked to the lock + single branch workflow. Even when in Plastic GUI can also supports locks, this option is not available. reghards, Carlos.
  17. Hi David, If you are using Gluon, you can use this option: Regards, Carlos.
  18. Hi, If you are using a cloud server (not on-premises server), you need to drive to your user account at www.plasticscm.com --> Configure --> Triggers --> Add Trigger. Regards, Carlos.
  19. Hi, In the following blog post, we explain how deintegrate a merge and also how to merge back from a branch that has been subtracted. https://blog.plasticscm.com/2014/07/how-to-undo-merge.html Thew key thing is: Cherry-pick (ignoring traceability) the subtracted changeset (purple merge link). I think it's what you need, right? Regards, Carlos.
  20. Hi, Why do you need to do it? It doesn't make sense to duplicate the history. If you want to integrate the changes from /main to your task branch, you need to use the merge opeation. Regards, Carlos.
  21. Hi, - I'm guessing if the problem to generate the logs is the user who runs the Jenkins service doesn't have permissions in the output path. if you are a paying customer, we can arrange a meeting to take a look. - If the main problem is the workspace has some local changes that you don't know where are they comming from, I think you could run the following command before the build to undo the local changes: cm unco --all Regards, Carlos.
  22. Hi, To work centralized, you will need to point directly to the remote cloud server. If you already have your org credentials configured, you need to go to the repositories view, right-click the repo you want to work centralized, and click Create workspace for this repository:Then select the repo, name the workspace, and set the path on disk:Those steps are enough to start working centralized. Note that you can have two independenet workspaces. One workspace for working centralized (pointing to the cloud repo) and another workspace for working distributed (pointing to the local repo).This is the official guide that you can follow: https://www.plasticscm.com/documentation/cloud-edition/plastic-scm-version-control-cloud-edition-guide#WorkcentralizedwithPlastic Regards, Carlos.
  23. Hi, The mergebot logs are handled in the server side. Do you have a paying subscription? In that case, I would prefer to arrange a meeting with you to assist with the configuration. Regards, Carlos.
  24. Hi, Please attach the logs froim this path to debug the issue: C:\Program Files\PlasticSCM5\server\devops\logs Regards, Carlos.
  25. Hi, I think there should be something that triggers it. Do you have some external tool/script that could be performing changes in the workspace? Could you enable the "cm" log so the next time the issue happens, we can better debug it? https://www.plasticscm.com/documentation/technical-articles/kb-enabling-logging-for-plastic-scm-part-i Regards, Carlos.
×
×
  • Create New...