Reputation:
Is there a public Plastic SCM test server I can connect to make sure my client is working?
Upvotes: 1
Views: 134
Reputation: 6402
You can follow the evaluation guide here: http://www.plasticscm.com/evaluation-guide/index.html
That being said, there are several ways to check everything is ready:
Type
cm lrep YOURSERVER:PORT
sample: cm lrep localhost:8087
If returns the repositories, then everything is working
Alternatively you can run the:
cm cc
command which stands for "check connection" against the server configured by default.
I personally prefer cm lrep
though.
Upvotes: 1