Background
You can view the version history of a file graphically with the command:
ct lsvtree -gra <filename>
Or textually with:
ct lshist <filename>
In addition, the current configspec file can be viewed with:
ct edcs
Problem
I am trying to view previous versions of my view's configspec. However, using either command above, replacing <filename>
with edcs
does not work. The page on config_spec doesn't talk about anything related to the history of configspec.
Question
How can I view the previous version of a view's configspec?