Jump to content

calbzam

Administrators
  • Posts

    3,118
  • Joined

  • Last visited

  • Days Won

    115

Posts posted by calbzam

  1. Hi, are you paying customer? In that case, please reach us at support@codicesoftware.com so we can always assist you faster and even arrange a meeting session.

    Could you attach your "jet.conf"?

    Are your Jet databases stored at E:\? 

    Could you create an "e:\jet" folder, move all the databases ("repositories", "rep_1", "rep_2"...) to the new location and edit the basepath in the "jet.conf" to the new location?

    You can check in the following link how to edit the jet database path:

    https://www.plasticscm.com/documentation/administration/plastic-scm-version-control-administrator-guide#ConfigurePlasticSCMwithJet

    Finally, after editing the basepath, restart the Plastic server service and check if the issue persist.
    According to the error, it seems to be a problem with the path when the server tries to reach the databases.

    PD: If the issue is urgent, you can reach us at support@codicesoftware.com
    Regards,
    Carlos.

  2. this issue is normally triggered by a lack of disk space when saving some changes. If you attach your file, we can try to fix it.

    Otherwise, you can remove/backup the file and re-configure the client again. It will automatically create a new "client.conf".

    Regards,

    Carlos.

  3. Hi,

    I think you may be affected by the following bug already fixed:

    [Bug] 8.0.16.3231
    Windows - Visual Studio Package - Cloud Edition: The credentials dialog appeared every time you switch from using any Plastic GUI to Visual Studio plugin in Cloud Edition installations. Now it's fixed.

    Regards,

    Carlos.

     

  4. Hi,

    This is a local client configuration setting (not configurable on the server-side). By default, the "Pending changes" is not checking the file content (only the timestamp), because it would take a very long time in big workspaces with slow disks. Checking only the timestamp is very fast.

    Anyway, if you try to check in an item that appears as changed in "Pending changes" but the file content is actually the same (not changed), Plastic won't create a new file revision in the repository.

    Regards,

    Carlos.

  5. Hi,

    1. If I properly understand you you to know the branch name based on the changeset id?

    cm find changeset where id=4619075 --format={branch} --nototal

    2. You can also use a changeset instead of a branch name:

    eg:

    repository "%REPOSITORY%"
      path "/"
        smartbranch "%BRANCH%" changeset "%CHANGESET_ID%"
    

    Regards,

    Carlos.

  6. Hi,

    If I properly understand, you can switch to most of the branches/changesets with no issues (your encryption key is properly recognized) but when you switch to a specific changeset, you are requested to enter the key again and again?

    It sounds like this specific changeset was created with the wrong encryption key so you current key cannot decrypt the data and that's why you are requested to enter it again and again.

    Is it only happening to one specific changeset?

    Regards,

    Carlos.

  7. Hi @Danny,

    Please check the following feature:

    [New] 7.0.16.2589
    filetypes.conf is now used for diffs and merges to check if a file is binary or text.
    
    Until now, the filetypes.conf configuration file was only used by the "add operation" to set newly added files as binary or text. 
    From now on it will be used to determine if a file is binary or text before running diffs or merges.
    Example: suppose scene.config was wrongly added as binary. You can now configure filetypes.conf to consider scene.config as text, so the right text-based diff and merge tool will be selected instead of considering the "bin type" tracked for the file in the repo.
    Motivations:
    1. This is really useful when you are working with Plastic Cloud, since changing revision types is not allowed there.
    2. Our goal is to get rid of the bin/txt tracking as metadata in the repo, and rely only on filetypes.conf.

    You can configure a "filetypes.conf" and this way, you shouldn't need to start a new repo from scratch.

    Regards,

    Carlos.

  8. Hi.

    I've just synced a Plastic repo with an empty git repo in Bitbucket with no issues.

    So in your case, the repo content in Bitbucket is empty after the replica? 

    Could you attach the Plastic client logs in order to find any possible error?

    Regards,

    Carlos.

  9. The most natural way would be to ignore the changes (if most of the time these changes need to be ignored) and remove them from the ignore list if you need to checkin some new changes.

    Also, note if you checkin the changes of a cheched-out item with no real changes, a new file revision won't be created in the repository.

    The "Pending changes" view supports creating custom changelists. Not sure if it would be useful in your scenario https://www.plasticscm.com/documentation/gui/plastic-scm-version-control-gui-guide

    Regards,

    Carlos.

     

  10. Hi Tim,

    I'm afraid this kind of workflow is not supported by default. In the Plastic SCM GUI preferences, there is a comment auto-text feature that can be configured but it's not so intelligent. You can include parameters like branch name, user and date.

    Also, Plastic has custom triggers so you can script something custom to be run "before-checkin".

    https://www.plasticscm.com/documentation/triggers/plastic-scm-version-control-triggers-guide#Checkin

    Your feedback is also very welcome in our user voice page:

    https://plasticscm.uservoice.com

    Regards,

    Carlos.

×
×
  • Create New...