!--a11y-->
Loading a DC from the DTR – the
“sync” Command 
This command synchronizes an individual development component (DC) with the Design Time Repository.
...
1. Set the parameters according to the mandatory options.
-c sync specifies the command, in this case, sync.
-f configurationRootFolder: The absolute folder path, into which the development configuration was imported.

For the Windows user name john and a development configuration test1, the root folder of the configuration would be:
C:\Documents and Settings\john\.dtc\test1
(provided that the storage location of the development configuration pool has not been changed in the Preferences in the SAP NetWeaver Developer Studio).
-s compartment. The name of the SC compartment, in which the DC is located.The SC compartment is defined in the development configuration. The names are displayed in the Active DCs and Local DCs views in the Development Configurations perspective of the SAP NetWeaver Developer Studio.
If the
development
configuration has been generated using the tool, then the
name of the compartment is <software component vendor>_<software
component name>,

sap.com_sc1
-v vendor: The vendor of the DC, which you want the DTR to sync, for example, sap.com.
-u user: The name of the DTR user.
-p password. The DTR password.

For the folders and user specified above, the command would be:
dc -c sync – f C:\Documents and Settings\john\.dtc\test1 –s sap.com_sc1 -v sap.com –n test/dc1-u john –p secret
For more information on optional parameters, see Optional Command Line Parameters.
