是否有 AccuRev 命令来列出所有流?

发布于 2024-12-11 15:49:59 字数 41 浏览 0 评论 0原文

我想获取所有流的列表,包括快照。我在 CLI 参考中找不到任何内容。

I want to get a list of all the streams, including snapshots. I can't find anything in the CLI reference.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

指尖上得阳光 2024-12-18 15:49:59

此命令列出了所有流(确保不要交叉它们):

accurev show streams

有用的提示:您可以在调试模式下启动 GUI,并且可以看到它在下面运行的命令。

## (Tested on OS X.)
cd /Applications/AccuRev/bin/
java -Daccurev.debug.acapi -Daccurev.debug.env -classpath "oro.jar:xercesImpl.jar:xml-apis.jar:fw.jar" fw.MainApp 

This command lists all the streams (be sure not to cross them):

accurev show streams

Helpful tip: You can start the GUI in debug mode and you can see what commands it runs underneath.

## (Tested on OS X.)
cd /Applications/AccuRev/bin/
java -Daccurev.debug.acapi -Daccurev.debug.env -classpath "oro.jar:xercesImpl.jar:xml-apis.jar:fw.jar" fw.MainApp 
栀子花开つ 2024-12-18 15:49:59

以下命令将列出特定仓库中的所有 Steam

show -p <depotname> -fxg streams

Below command will list all steam in the specific depot

show -p <depotname> -fxg streams
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文