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.doc
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 any of the above items while logged in to the AccuRev Web UI, simply edit the displayed URL to type in the remainder of the URL for the specific item.

Note: URLs generated by the AccuRev 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 AccuRev Web UI.