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: bulk-model-sync-gradle/src/main/kotlin/org/modelix/model/sync/bulk/gradle/config/ModelSyncGradleSettings.kt
Copy file name to clipboardExpand all lines: docs/global/modules/core/pages/reference/component-bulk-model-sync-gradle.adoc
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ mpsBuild {
117
117
=== ServerSource/-Target configuration
118
118
[WARNING]
119
119
--
120
-
In the future you will be required to specify a `repositoryId` along the`revision`.
120
+
In the future you will be required to specify a `repositoryId` along the`revision`.
121
121
--
122
122
[%header, cols="1,1,2"]
123
123
|===
@@ -144,6 +144,10 @@ If the target branch does not exist on the model-server, it will be created.
144
144
|Source model-server revision. Can be used instead of `repositoryId` and `branchName`.
145
145
Only available in ServerSource.
146
146
147
+
|`baseRevision`
148
+
|String
149
+
|Source model-server base revision. If specified, only the subtrees that changed between `baseRevision` and `revision` will be synchronized. Only available in ServerSource.
150
+
147
151
|`requestTimeoutSeconds`
148
152
|Integer
149
153
|The request timeout measured in seconds to apply when performing HTTP requests towards the model-server.
0 commit comments