Is there a way to find the maximum number of promotes by a user in a stream , in Accurev? Some information like User - Count# Of Promotes
Asked
Active
Viewed 77 times
1 Answers
1
accurev hist -s <stream> -u <user> -k promote -a | grep transaction | wc -l

Matthew Sexton
- 26
- 1
-
1Some formatting trouble there. Try this: accurev hist -s STREAMNAME -u USERNAME -k promote -a | grep transaction | wc -l – Matthew Sexton Sep 28 '12 at 14:01