2. AccuRev® Command-Line Reference : info

info
show basic information about the current session
Usage
accurev info [ -v ]
Description
At its most basic level, the info command displays the values for the following characteristics of the AccuRev user environment:
Principal
Host
Server name
Port
DB Encoding
ACCUREV_BIN
Client time
Server time
When executed from within a workspace directory, info also displays the following additional fields:
Depot
Workspace/ref
Basis
Top
When executed with the -v (verbose) option, info also displays the following additional fields:
client_ver
server_ver
Options
-v
Display additional information: the protocol version numbers of the AccuRev client and server programs. Note: This option does not display major/minor version numbers. To check the version of your client, simply type accurev with no arguments. To check the version of the server, examine the top dozen or so lines of a server log file such as <AccuRev-installation-dir>/storage/site_slice/logs/acserver-<timestamp>.log
Examples
Display all possible info fields, by using -v from within a workspace directory:
> cd \workspaces\domestic_na
> accurev info -v
Principal:      bfrederick
Host:           chunga
client_ver:     126
Server name:    chunga
Port:           5050
DB Encoding:    Unicode
ACCUREV_BIN:    C:/Program Files/ac_5_2c/bin
server_ver:     126
Client time:    2011/06/09 15:03:11 Eastern Daylight Time (1307646191)
Server time:    2011/06/09 15:03:11 Eastern Daylight Time (1307646191)
Depot:          domestic_na
Workspace/ref:  domestic_na_bfrederick
Basis:          domestic_na
Top:            C:/workspaces/domestic_na
See Also
start

Borland