Question

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

Was it helpful?

Solution

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 

OTHER TIPS

Below command will list all steam in the specific depot

show -p <depotname> -fxg streams
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top