Im looking for a command that gives me all the deep overlapped files in a stream.
I've tried
accurev stat -B *.cs
Doesn't really work.
Im looking for a command that gives me all the deep overlapped files in a stream.
I've tried
accurev stat -B *.cs
Doesn't really work.
You should pass in the stream name where you want to search for deep overlaps as well as the -o switch for overlaps.
Example: accurev stat -s stream_name_to_search_in -o -B