plasticscm - Is there a public Plastic SCM test server I can connect to? -


is there public plastic scm test server can connect make sure client working?

you can follow evaluation guide here: http://www.plasticscm.com/evaluation-guide/index.html

that being said, there several ways check ready:

  • go command line
  • type

    cm lrep yourserver:port

    sample: cm lrep localhost:8087

  • if returns repositories, working

alternatively can run the:

cm cc 

command stands "check connection" against server configured default.

i prefer cm lrep though.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

c++ - Clear the memory after returning a vector in a function -

erlang - Saving a digraph to mnesia is hindered because of its side-effects -