About Project Merge Configuration Files

Use a merge configuration file to control merge options when merging folders from the command line. You specify a merge configuration file as the argument to the projectmerge command.

The following example configuration file starts the Project Merge Tool with an ancestor which is a Dimensions project folder, and a derivative which is a folder in a work area. The target is a Dimensions project folder.

[General]

IsMerge=1

NumDerivatives=1

[Derivative1]

Provider=fileprovider10m.dll

[Attributes1]

Path=c:\fs\work\src\forms

[Ancestor]

Provider=wsetprovider10m.dll

[AncestorAttributes]

Connection = "my connection"

Specification=FS:FLIGHT_SIM_WS1

Path=src\forms

 

[Target]

Provider=wsetprovider10m.dll

[TargetAttributes]

Connection = "my connection"

Specification=FS:NEW_FLIGHT_WS

Description="New project to be created by the Merge Tool"

Path=src\forms

IsBranch=0

ValidBranches=maint,dev2

Related Topics

About Configuration File Syntax