Jump to content

Joel Meyer

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Joel Meyer

  1. 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...