質問

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

役に立ちましたか?

解決

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 

他のヒント

Below command will list all steam in the specific depot

show -p <depotname> -fxg streams
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top