Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions content/en/docs/developerportal/repository/team-server/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Team Server is hosted on AWS in Frankfurt, Germany.

## Versioning with Git

In the **Versioning with Git** section, Scrum Masters can migrate apps from SVN version control system to Git. For more information, see [Migrate to Git](/developerportal/general/migrate-to-git/).
In the **Versioning with Git** section, Scrum Masters can migrate apps from SVN version control system to Git. For more information, see [Migrate to Git](/developerportal/general/migrate-to-git/).

## Team Server URL

Expand All @@ -33,14 +33,10 @@ The **Team Server URL** can be used to manually access the repo (using the Git/S
The URL can have the following form:

* `https://git.api.mendix.com/<your AppID>/` if it is a Git-enabled app
* `https://svn.home.mendix.com/<your AppID>/` if it is an SVN-enabled app

{{% alert color="warning" %}}
The `https://teamserver.sprintr.com/<your AppID>/` endpoint is deprecated and cannot be used after March 31, 2026.
{{% /alert %}}
* `https://svn.home.mendix.com/<your AppID>/` if it is an SVN-enabled app

{{% alert color="info" %}}
You may have to add the final slash (`/`) manually to follow the link. You may also be asked to re-enter your Mendix credentials. Single sign-on (SSO) is not yet implemented for the Team Server.
You may have to add the final slash (`/`) manually to follow the link. You may also be asked to re-enter your Mendix credentials. Single sign-on (SSO) is not yet implemented for the Team Server.
{{% /alert %}}

If you are connecting to Git, or connecting to SVN using a PAT, you need to create a PAT as described in the [Personal Access Tokens](/portal/user-settings/#pat) section of *Mendix Profile*. The PAT must include the following scopes:
Expand Down
Loading