Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Accurev 如何从流编号转换为流名称,假设我有流编号是 257 如何知道流名称?
您可以运行accurev show -fx -p <depot_name> streams,您将获得流的 xml 输出,包括名称和编号。在 GUI 中,您可以在拆分窗格或详细模式下查看您的 depot 的流浏览器,并且还会显示流编号。
accurev show -fx -p <depot_name> streams
希望这会有所帮助,〜詹姆斯