User-Specified URLs

To construct your own URLs for use with the Web UI, refer to the formats listed below.

  • To access the most recent version of a text element, use the format:

    http://<server:port>/accurev/webgui/browse/<depot>/<stream>/<path>

    For example:

    http://localhost:8080/accurev/webgui/browse/mydepot/wspace1_mary/track/sprints.txt
                    
  • To access the most recent version of a binary element, use the format:

    http://<server:port>/accurev/webgui/browse/*render*/<depot>/<stream>/<path>

    For example:

    http://localhost:8080/accurev/webgui/browse/*render*/mydepot/wspace1_mary/track/sprints.doc
    					
  • To access a query, use the format:

    http://<server:port>/accurev/webgui/query/<depot>/<query-name>

    For example:

    http://localhost:8080/accurev/webgui/query/SplinterSoft/41_issues
    					
  • To access an issue, use the format:

    http://<server:port>/accurev/webgui/issue/<depot>/<issue-num>

    For example:

    http://localhost:8080/accurev/webgui/issue/SplinterSoft/384
    				
  • To access any of the above items while logged in to the Web UI, simply edit the displayed URL to type in the remainder of the URL for the specific item.

Note that URLs generated by the Web UI may be more complex than these examples; refer to the remainder of this help topic for a full explanation of URL formats used by the Web UI.