2. AccuRev® Command-Line Reference : licenses

licenses
display or set AccuRev licensing information
Usage
accurev licenses [ -fx ] [ -u ]
Description
The licenses command displays the AccuRev licensing information currently in effect, or updates the licensing information by rereading the license file.
Options
-u
Update the licensing information by rereading file accurev.lic in the directory <AccuRev-installation-dir>/storage/site_slice on the AccuRev Server machine. Then display the updated results.
-fx
Display the results in XML format.
Examples
Display the current AccuRev licensing information, in XML format:
> accurev licenses -fx
<acResponse>
    <productType>AccuRev-Enterprise</productType>
    <licenseCounts>
        <license
            name="AccuWork"
            count="250"/>
        <license
            name="AccuRev"
            count="250"/>
    </licenseCounts>
</acResponse>
See Also
AccuRev Installation and Release Notes

Borland