Jump to content

Is there an easy way to determine the version/build of Plastic SCM?


tom.peters

Recommended Posts

Hello Tom,

for the client is quite easy: "cm version".

For the server it's a little bit tricky, but you have two options:

First:

  • Stop the windows PlasticSCM server service.
  • Open a command line window, change the dir to the PlasticSCM server directory.
  • Issue the following: "plasticd.exe --console" it will prompt you something like this:


Creating ServerSink
Plastic SCM daemon up. 4.0.236.0 3650 ms startup time

Second:

  • Open the "loader.log.txt"/plastic.log.txt file on the PlasticSCM server and search for something starting with: "INFO Daemon - Plastic SCM daemon up "
  • Get the last entry.

Manu

Link to comment
Share on other sites

  • 5 years later...

Reviving this old thread for people coming here from Google only to realize that the two log files in question no longer exist.  It also makes me shudder when the default answer to the  question is to run a bunch of windows commands meaning people are running their SCM server on a windows machine.  *shudders* - there I go again.

 

Anyways, if you are looking for the server version these days go and find the plastic.relevant.log.txt which should be located in /opt/plasticscm5/server/ and open it up in your favorite editor like vim :D  The top line should read something like: 

2017-10-02 00:00:19,268   INFO  ServerStats - PLASTIC SCM SERVER VERSION: 6.0.16.1408
 

 

 

Link to comment
Share on other sites

  • 4 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...