0

Using AccuRev version 5.7

I know that the "show" command would show information about a stream.

show [ -f<format(s)> ] [ -p <depot> ] [ -d ] [ -t <time-spec> ]
    [ -s <stream> [ -m[<match-type>] ] [ -r | -R | -1 ] ] streams

But the "Dyn" column shown in the result only tells it's "dynamic" or not.

(Dyn) a “Y” if the stream is dynamic. 

So, how can I tell whether a stream is "pass-through" or not?

caoanan
  • 554
  • 5
  • 20

1 Answers1

2

Use the -fx option, see the type entry. enter image description here

jstanley
  • 2,087
  • 15
  • 22