Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

accurev convert from stream number to stream name

In Accurev how to convert from stream number to stream name, Say I have stream number is 257 how to know the stream name from ?

like image 501
Muhammad Hewedy Avatar asked Oct 15 '22 08:10

Muhammad Hewedy


1 Answers

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

Hope this helps, ~James

like image 124
jtalbott Avatar answered Oct 18 '22 09:10

jtalbott