Skip to content

Commit cbfa03b

Browse files
Review
1 parent 3b789f9 commit cbfa03b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

content/en/docs/refguide/version-control/on-premises-git.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ The repository has to be completely empty (this includes the `README.md` and `.g
167167

168168
To upload your app, do the following:
169169

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**.
171171
2. In the **Upload to Version Control Server** dialog box, select **Private server**.
172172
3. Enter the link to the repository you want to upload this app to and click **OK**:
173173

@@ -181,20 +181,20 @@ The app is uploaded successfully. You can check on your private server and see t
181181

182182
### Moving an Existing Versioned App to Private Git
183183

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

186186
#### Retaining History
187187

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

190190
After migration, download a fresh clone in Studio Pro from your private Git server.
191191

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 %}}
193193

194194
#### Starting with a Fresh Repository
195195

196196
{{% 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.
198198

199199
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/)
200200
{{% /alert %}}
@@ -208,10 +208,10 @@ Follow the steps below:
208208

209209
3. The **Progress** pop-up window appears, and once it is completed, you can close the app in **Studio Pro**.
210210

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**.
212212
5. Once the file browser dialog box is open, navigate to the location you save the *.mpk* file during the export process.
213213
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:
215215

216216
{{< figure src="/attachments/refguide/version-control/on-premises-git/import-project-package-git-dialog.png" alt="Import Git Package menu" class="no-border" >}}
217217

content/en/docs/refguide10/version-control/on-premises-git.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ The repository has to be completely empty (this includes the `README.md` and `.g
168168

169169
To upload your app, do the following:
170170

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**.
172172
2. In the **Upload to Version Control Server** dialog box, select **Private server**.
173173
3. Enter the link to the repository you want to upload this app to and click **OK**:
174174

@@ -182,20 +182,20 @@ The app is uploaded successfully. You can check on your private server and see t
182182

183183
### Moving an Existing Versioned App to Private Git
184184

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

187187
#### Retaining History
188188

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

191191
After migration, download a fresh clone in Studio Pro from your private Git server.
192192

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 %}}
194194

195195
#### Starting with a Fresh Repository
196196

197197
{{% 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.
199199

200200
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/)
201201
{{% /alert %}}

0 commit comments

Comments
 (0)