How to import an app I was working on locally into the branch I want in TeamServer

0
To sum up the situation, I want to create an mpk for the app on TeamServer, work on it locally, and upload the results of this local work to my own branch on TeamServer. Is there a way? Or is there a way to copy the app I was working on locally to TeamServer as an app in my branch?
asked
1 answers
1

Maybe I misunderstand the situation. Are you working on an existing application, with an existing teamserver environment? If so, working on a local copy only requires you to commit your work and this will update the teamserver. Why would you want to create an mpk if you can download from the teamserver directly?

If you are working on a local app, without an existing teamserver, you can select Upload to Version Control Server... from the Version Control menu to create a new teamserver environment (or upload to an existing). I added the link to the Mx 9 documentation section about this topic.

answered