need to create CLI Commands For 1) checking if file is dll an status is overlap
2)Command on how to take latest of estream
Any help in this regard would be highly appreciated
need to create CLI Commands For 1) checking if file is dll an status is overlap
2)Command on how to take latest of estream
Any help in this regard would be highly appreciated
I posted this on the AccuRev forum also.
accurev stat -s -o -ffl | grep -e .dll
I am guessing you want to get the latest version from a stream. If this is the case, 'accurev pop -v -R -L .'
Example: accurev pop -v Test -R -L /tmp .