0

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

zekel
  • 9,227
  • 10
  • 65
  • 96

2 Answers2

6

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 
zekel
  • 9,227
  • 10
  • 65
  • 96
  • @BruceK You can thank the AccuRev support staff. They go to great lengths to be helpful. – zekel May 14 '14 at 19:07
1

Below command will list all steam in the specific depot

show -p <depotname> -fxg streams
Mr Lister
  • 45,515
  • 15
  • 108
  • 150