Version Control 6.3 Installation and Configuration Guide

NOTE: VCRM is restarted while executing vcrmcli.exe file.
NOTE: Specify the values for the parameters in double quotation marks ("").
Initializing the update from the web
From the command prompt, enter the following command:
vcrmcli.exe /updatenow
NOTE: VCRM is restarted while executing vcrmcli.exe file.
The command starts automatically updating the current VCRM repository directory from the web based on
the current settings while retaining all of the other settings including the VCRM autoupdate schedule settings.
NOTE: If /updatenow command is entered with other options like /repository, /autoupdate, etc,
VCRM CLI applies all the new settings and then start the update once.
Configuring automatic update for VCRM directory
From the command prompt, enter the following command:
vcrmcli.exe /autoupdate
/interval "Interval"
/dayofweek "Day of the week"
/time "Update Start time"
/proxyname Proxy server name or IP address
/proxyport Port number
/proxyuser User Name
/proxypwd Password
NOTE: VCRM is restarted while executing vcrmcli.exe file.
The command configures the VCRM autoupdate schedule settings.
Example:
vcrmcli.exe /autoupdate /interval 7 /dayofweek 0 /time 22 /proxyname
proxy.domain.com /proxyport 1234 /proxyuser “” /proxypwd “”
NOTE: Specify the values for each of the parameters in double quotation marks ("").
where,
/interval "7" corresponds to one week (7 days, valid values: 1, 2, 7, 14, 28)
/dayofweek "0" corresponds to Sunday (0 is default, and is not used if the interval is less than 7. Valid
values: 0, 1, 2, 3, 4, 5, 6)
/time 22 corresponds to 10 PM (24-hour time format, valid values: 0 to 23)
/proxyname proxy.domain.com "proxy.domain.com" specifies the name or IPv4 of the proxy server
to use for autodownload
/proxyport 1234 "1234" specifies the port number for the given proxy name
/proxyuser “” specifies the user name for authenticating the proxy server
/proxypwd “” specifies the password for the given proxy user name
42 Updating a repository