Is there any way to retrieve a list of all snapshots in a Depot/Stream using the AccuRev CLI?

有帮助吗?

解决方案

You will need to create a script to parse out the snapshot streams.

Look at the accurev "show" command.

This command will list all the streams in your depot.

accurev show -p streams

You will need to use the -fx option to generate xml format to parse out only the snapshot streams.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top