Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
"PROBLEM/ABSTRACT:
How to determine which stream a reference tree was based on?
SOLUTION:
In order to determine which stream a reference tree is using, you will need to cd into the storage directory of the reference tree and run the command '‘accurev info’'. Based on this output, you will look at the Basis line to determine the stream. Example below:
C:\ >accurev show refs
Reference Tree Storage Host Stream#
Test_Ref c:/ref_trees/37_ref_trees/Test_Ref jstanley_laptop 7 0 0 3 0
C:\>cd ref_trees/37_ref_trees/Test_Ref
C:\ref_trees\37_ref_trees\Test_Ref>accurev info
Principal: jstanley
Host: jstanley_laptop
server_name: jstanley_laptop
port: 5370
ACCUREV_BIN: C:/Program Files/Accurev_37/bin
client_time: 2006/01/05 11:30:07 Eastern Standard Time (1136478607)
server_time: 2006/01/05 11:30:07 Eastern Standard Time (1136478607)
Depot: AccuRev_37
ws/ref: Test_Ref
Basis: Time <--****Look Here****
Top: c:/ref_trees/37_ref_trees/Test_Ref
In this example, the backing stream is Time.
For more information contact AccuRev Support"