SVN url of a Branch

0
Hi Please let me know how to get the SVN url for a branch.  Thanks Dhanushka
asked
3 answers
1

If you have tortoiseSVN installed, you could check it by clicking “Repo-browser”:

 

answered
0

The team server URL can be found in sprintr, under Develop/Team Server in the side bar,

The team server will contain all branches.

Hope this helps

answered
0

If you are looking for the API for how to get a specific package from a specific branch, check out this documentation here:

https://docs.mendix.com/apidocs-mxsdk/apidocs/team-server-api#retrieve-branches

Note that the URL references an AppID parameter, which is the subdomain name of the node and is a string instead of the numerical ID.

answered