Software configuration management process - Codematrix Software configuration management process - Codematrix Software configuration management process - Codematrix Software configuration management process - Codematrix Software configuration management process - Codematrix Software configuration management process - Codematrix Software configuration management process - Codematrix  
 
Codematrix - Navigation
 
 
Codematrix software configuration management
Configuration management software
SCM product info
SCM software downloads
Software version control and change management software
Configuration management software support
Training for software configuration management
Code Matrix Personal, Codematrix Professional, CodeMatrix Enterprise
Codematrix contact details
 
Home > Documentation
 
Download - Administrators Guide Using the command line interface
Command line interface reference
 
synchronize

Synchronize client and server workspaces.

Overview

Scans the client computer's mounted workspaces looking for changed files which have not been recorded on the server. The synchronize command forces the client and database to be brought to a matching state.

This can be used in conjunction with the snapshot command to force client changes to the server prior to a backup operation.

Syntax
 
 
syn[chronize] <workspace>
 

Parameters

<transaction id> transaction id obtained from transaction or locks command

Example

 
CodeMatrix>locks
Transaction: 000001E0 Started: 2003/02/28-12:18:32
Client - I/P: 192.168.0.38 name: strontium.codematrix.local
Waiting on transaction: none
Locks:-
Transaction: 000001E1 Started: 2003/02/28-13:18:31
Client - I/P: 192.168.0.38 name: strontium.codematrix.local
Waiting on transaction: none
Locks:-
W OBJ=000006CB
W OBJ=00000773
W OBJ=00000786
CodeMatrix>kill 1e1
 

In this example transaction 1e1 is shown to be holding write locks and is terminated using the kill command.