Accurev convert from stream number to stream name

In Accurev, how to convert from a stream number to a stream name. Let's say I have a stream number 257, how do I know the stream name from?

+5
version-control accurev
source share
1 answer

You can run accurev show -fx -p <depot_name> streams and you will get an XML stream of streams, including name and number. In the graphical interface, you can view the stream browser for your depot in split or detailed mode, and also display the stream numbers.

Hope this helps, ~ James

+4
source share

All Articles