5. Using URLs to Access AccuRev® Data : User-Specified URLs

User-Specified URLs
To construct your own URLs for use with the Web UI, refer to the formats listed below.
http://<server:port>/accurev/browse/<depot>/<stream>/<path>
For example:
http://localhost:8080/accurev/browse/mydepot/wspace1_mary/track/sprints.txt
http://<server:port>/accurev/browse/*render*/<depot>/<stream>/<path>
For example:
http://localhost:8080/accurev/browse/*render*/mydepot/wspace1_mary/track/sprints.doc
http://<server:port>/accurev/query/<depot>/<query-name>
For example:
http://localhost:8080/accurev/query/SplinterSoft/41_issues
http://<server:port>/accurev/issue/<depot>/<issue-num>
For example:
http://localhost:8080/accurev/issue/SplinterSoft/384
Please 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.

Borland