Jump to content

sturmovik

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by sturmovik

  1. Hi Everyone,

     

    I am maintaining a html server which has its code stored on Plastic. This server hosts a static code analysis tool, and I collect the current changeset information to aid in debugging when necessary.


    The command is being run on a perl script:

    cm status --selector $workspace_path

    A server running 8.0.16.3576 (let's call it server x) returns this:

    <branch>@<repo>@<repo_server> (cs:132 - head)

    Another server running 8.0.16.2951 (server y) returns this:

    cs:<changeset_number>@rep:<repo>@repserver:<repo_server>

    We have updated both servers to 8.0.16.3799. Now, server x returns the same output, but server y returns:

    cs:<changeset_number>@<repo>@<repo_server> (head)

     

    What may be causing the difference? Is this something that can be configured? Can I reasonably expect the output format of this command to change on newer versions?

     

    Thank you for your help in advance.

×
×
  • Create New...