2. AccuRev® Command-Line Reference : getpref

getpref
list user preferences
Usage
accurev getpref
Description
The getpref command displays your AccuRev user preferences, as stored in file preferences.xml in the .accurev subdirectory of your AccuRev home directory. This data is in XML format.
(By default, the AccuRev home directory is determined automatically; but you can specify an AccuRev home directory with environment variable ACCUREV_HOME.)
Users Preferences and Environment Variables
If an environment variable has the same name as an entry in the user preferences file, AccuRev commands follow the environment variable and ignore the preference-file entry.
Example
Display your AccuRev user preferences:
> accurev getpref
<AcResponse
     Command="getpref">
          <versionMajor>5</versionMajor>
          <versionMinor>0</versionMinor>
          <versionPatch>0</versionPatch>
</AcResponse>
See Also
setpref
AccuRev User Preferences on page 6

Borland