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
Post a Comment