Accurev 将流编号转换为流名称
在 Accurev 中如何将流编号转换为流名称, 假设我的流编号是 257,如何知道流名称?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以运行 Accurev show -fx -p; Streams,您将获得流的 xml 输出,包括名称和编号。在 GUI 中,您可以在拆分窗格或详细模式下查看软件仓库的流浏览器,并且还会显示流编号。
希望这有帮助,
〜詹姆斯
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