You can do this from the command line without creating a stream as follows
accurev pop -R -v stream_name -L c:\MyDirectory -t "2012/11/01 00:00:00" \.\
This will extract all the files from the stream_name stream, as it was on November 1, 2012, and put them in c:\MyDirectory
The -t option can also accept a transaction number, so you can specify -t 12345 . The final parameter \.\ Means root - you can specify any path in Accurev, for example \.\MyProject\src
Stephen nutt
source share