Jump to content

Joel Meyer

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Joel Meyer

  1. Hello, This post http://blog.plasticscm.com/2014/11/orchestrate-your-development-with.html explains how to set up exclusive checkout in a distributed server setup. Can we use this with the official plastic cloud? Can we tell our server to use the plastic cloud server as the file locking manager? Thank you for your answers
  2. Hello, in our setup we manually push selected branches from our premise server to the cloud. But we want to pull all branches from the cloud to our server. The processes run automatically via a timed batch script. My pull command looks like: cm pull "/main/dev@repo@org@cloud" repo@server:8087 I tried to use wildcards (*, %) like cm pull "/main/dev/*@repo@org@cloud" repo@server:8087 -------------------^ but nothing worked. Is there some way to pull the (child) branches recursively? I put "child" in parentheses, because we are fine with pulling all branches from the cloud (we just don't want to push everything there). The more complicated way I can think about would be: getting a list of all cloud branches and then pulling each branch separately. That would be weird and uncomfortable and I think there must be another way (GUI "sync" can do this, is there a log of commands called from the gui?). Thank you all
×
×
  • Create New...