System administrators can manage many ArcGIS Pro user application settings.
The settings below should be added under the Versioning element in the Pro.settingsConfig file.
Learn more about versioning options
ConnectionDefaultVersioningType
In the user interface, on the Versioning tab on the Options dialog box, click Geodatabase connection properties > Default versioning type to access the corresponding setting.
Possible values are the following:
- traditional (default)
- branch
An example of this setting is shown below:
<ConnectionDefaultVersioningType isLocked="true">branch</ConnectionDefaultVersioningType>
ReconcileDefineConflicts
In the user interface, on the Versioning tab on the Options dialog box, click Reconcile > Define conflicts to access the corresponding setting.
Possible values are the following:
- ByRow
- ByColumn (default)
An example of this setting is shown below:
<ReconcileDefineConflicts isLocked="true">ByRow</ReconcileDefineConflicts>
ReconcileResolveConflicts
Use this setting if ConnectionDefaultVersioningType is set to traditional. In the user interface, on the Versioning tab on the Options dialog box, click Reconcile > Resolve conflicts (traditional versioning only) to access the corresponding setting.
Possible values are the following:
- FavorTargetVersion
- FavorEditVersion (default)
An example of this setting is shown below:
<ReconcileResolveConflicts isLocked="true">FavorTargetVersion</ReconcileResolveConflicts>
ShowReconcileDialog
In the user interface, on the Versioning tab on the Options dialog box, click Reconcile > Display reconcile options to define and resolve conflicts to access the corresponding setting.
Possible values are the following:
- true (default)
- false
An example of this setting is shown below:
<ShowReconcileDialog isLocked="true">true</ShowReconcileDialog>
ShowConflictDialog
In the user interface, on the Versioning tab on the Options dialog box, click Reconcile > Display reconcile conflict dialog to review conflicts to access the corresponding setting.
Possible values are the following:
- true (default)
- false
An example of this setting is shown below:
<ShowConflictDialog isLocked="true">true</ShowConflictDialog>