You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/version-control/on-premises-git.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,7 @@ The repository has to be completely empty (this includes the `README.md` and `.g
167
167
168
168
To upload your app, do the following:
169
169
170
-
1. Open the app in Studio Pro and go to **Version Control > Upload to Version Control Server**.
170
+
1. Open the app in Studio Pro and go to **Version Control** > **Upload to Version Control Server**.
171
171
2. In the **Upload to Version Control Server** dialog box, select **Private server**.
172
172
3. Enter the link to the repository you want to upload this app to and click **OK**:
173
173
@@ -181,20 +181,20 @@ The app is uploaded successfully. You can check on your private server and see t
181
181
182
182
### Moving an Existing Versioned App to Private Git
183
183
184
-
If you already have an existing versioned app that you would like to upload to your Git private server instead, you can fully migrate the history or start with a fresh repository.
184
+
If you already have an existing versioned app that you would like to upload to your Git private server, you can fully migrate the history or start with a fresh repository.
185
185
186
186
#### Retaining History
187
187
188
-
To migrate from on Git server to another private Git server, follow your Git provider's documentation for uploading a full repository clone to their platform.
188
+
To migrate a repository from one Git server to another private Git server, follow your new Git provider's documentation for transferring a complete repository clone to their platform.
189
189
190
190
After migration, download a fresh clone in Studio Pro from your private Git server.
191
191
192
-
{{% alert color="warning" %}} If you are migrating from Mendix Team Server, make sure you remove the `sprintr-project-id` setting to prevent errors in Studio Pro when redirecting an existing clone by updating the `config` file in the `.git` folder. {{% /alert %}}
192
+
{{% alert color="warning" %}} When migrating from Mendix Team Server, prevent Studio Pro errors by removing the `sprintr-project-id` setting from the *.git/config* file in your repository's local clone. {{% /alert %}}
193
193
194
194
#### Starting with a Fresh Repository
195
195
196
196
{{% alert color="info" %}}
197
-
This creates an unversioned app, based on the branch you are working on in Studio Pro. This means that you will not get version history or other branches in the Git repo.
197
+
This process creates an unversioned app, based on the branch you are working on in Studio Pro. This means that you will not get version history or other branches in the Git repo.
198
198
199
199
You can move the whole app, including branches and history, to the Mendix Git repository by following the instructions in [Migrate to Git](/developerportal/general/migrate-to-git/)
200
200
{{% /alert %}}
@@ -208,10 +208,10 @@ Follow the steps below:
208
208
209
209
3. The **Progress** pop-up window appears, and once it is completed, you can close the app in **Studio Pro**.
210
210
211
-
4. Now you can import the package again, and from there you can choose to upload it to your Git private server. Go to**File** > **Import App Package**.
211
+
4. Now you can import the package again, and from there you can choose to upload it to your Git private server. Open**File** > **Import App Package**.
212
212
5. Once the file browser dialog box is open, navigate to the location you save the *.mpk* file during the export process.
213
213
6. In the **Import App Package** dialog box, select **Private server** option in the **Where should we store your App?** section.
214
-
7. Enter the link to the private repository in the address textbox and click **OK**. Remember, the repository **must be completely empty**, or **Studio Pro** will not be able to upload an app to it:
214
+
7. Enter the link to the private repository in the **App repository address** field and click **OK**. Please note that the repository must be completely empty, or Studio Pro will not be able to upload an app to it:
Copy file name to clipboardExpand all lines: content/en/docs/refguide10/version-control/on-premises-git.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ The repository has to be completely empty (this includes the `README.md` and `.g
168
168
169
169
To upload your app, do the following:
170
170
171
-
1. Open the app in Studio Pro and go to **Version Control > Upload to Version Control Server**.
171
+
1. Open the app in Studio Pro and go to **Version Control** > **Upload to Version Control Server**.
172
172
2. In the **Upload to Version Control Server** dialog box, select **Private server**.
173
173
3. Enter the link to the repository you want to upload this app to and click **OK**:
174
174
@@ -182,20 +182,20 @@ The app is uploaded successfully. You can check on your private server and see t
182
182
183
183
### Moving an Existing Versioned App to Private Git
184
184
185
-
If you already have an existing versioned app that you would like to upload to your Git private server instead, you can fully migrate the history or start with a fresh repository.
185
+
If you already have an existing versioned app that you would like to upload to your Git private server, you can fully migrate the history or start with a fresh repository.
186
186
187
187
#### Retaining History
188
188
189
-
To migrate from on Git server to another private Git server, follow your Git provider's documentation for uploading a full repository clone to their platform.
189
+
To migrate a repository from one Git server to another private Git server, follow your new Git provider's documentation for transferring a complete repository clone to their platform.
190
190
191
191
After migration, download a fresh clone in Studio Pro from your private Git server.
192
192
193
-
{{% alert color="warning" %}} If you are migrating from Mendix Team Server, make sure you remove the `sprintr-project-id` setting to prevent errors in Studio Pro when redirecting an existing clone by updating the `config` file in the `.git` folder. {{% /alert %}}
193
+
{{% alert color="warning" %}} When migrating from Mendix Team Server, prevent Studio Pro errors by removing the `sprintr-project-id` setting from the *.git/config* file in your repository's local clone. {{% /alert %}}
194
194
195
195
#### Starting with a Fresh Repository
196
196
197
197
{{% alert color="info" %}}
198
-
This creates an unversioned app, based on the branch you are working on in Studio Pro. This means that you will not get version history or other branches in the Git repo.
198
+
This process creates an unversioned app, based on the branch you are working on in Studio Pro. This means that you will not get version history or other branches in the Git repo.
199
199
200
200
You can move the whole app, including branches and history, to the Mendix Git repository by following the instructions in [Migrate to Git](/developerportal/general/migrate-to-git/)
0 commit comments