Skip to content

Commit 205828b

Browse files
High-level review
1 parent 5831b9a commit 205828b

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
11
---
2-
title: "Synchronizing commit content"
2+
title: "Synchronizing Commit Content"
33
url: /refguide/sync-commit-content/
44
weight: 30
55
---
66

77

8-
There are several components in StudioPro where some files on disk need to be generated for the App to function. For example:
9-
- Theme cache,
10-
- JavaScript Actions,
11-
- Java Actions,
12-
- etc.
8+
There are several components in StudioPro where files on disk need to be generated for the App to function. such as theme cache, JavaScript actions, Java Actions.
139

14-
These files are generated based on the Documents in the App. In some cases generation of these files takes long time (typically proportional to the app size). This is why we cannot add those generated files to *.gitignore* file – it might slow down App opening and cause errors in some editors.
15-
Due to the above we introduced an additional step in **Prepare commit process** that ensures generated content is up to date and generation is complete before Committing the changes to the repository.
10+
These files are generated based on the Documents in the app. In some cases generation of these files takes a long time (typically proportional to the app size). This is why Mendix cannot add these generated files to *.gitignore* file – it might slow down app opening and cause errors.
11+
Due to the above Mendix has introduced an additional step in **Prepare commit process** that ensures generated content is up to date and generation is complete before committing the changes to the repository.
1612

17-
The last step on the dialog below calls synchronization commit content. The current kind of synchronization is displayed in Progress.
13+
The last step on the dialog below calls synchronization commit content. The **Progress** section shows the current type of syncronization:
1814

1915
{{< figure src="/attachments/refguide/modeling/menus/version-control-menu/sync-commit-content/prepare-commit-process.png" alt="Prepare commit process" >}}
2016

21-
If any synchronization fails during this step the form below is displayed asking if it should continue or cancel commit process explaining the failures and statuses. The form lists only the synchronizers that have failed.
17+
If any synchronization fails during this step the dialog below is displayed asking if it should continue or cancel commit process explaining the failures and statuses. The dialog lists only the synchronizers that have failed.
2218

2319
{{< figure src="/attachments/refguide/modeling/menus/version-control-menu/sync-commit-content/sync-failure-dialog.png" alt="Synchronization failure dialog" >}}
2420

0 commit comments

Comments
 (0)