I am using views_attach to display most of the content that I have for my nodes. I have a mix of CCK and taxonomy fields, and it works great.
My issue is when I make changes and view a previous revision, I only see the new content, not the older content from this revision. I'm thinking this is because the data is pulled from the separate views that are attached to the default node view (I'm using 'get node ID from URL') so it only shows the most recent node content.

So my question is two-fold:
1. Does anyone know of a way to somehow modify the views to take in the version ID? This would have to only happen when viewing a path such as node/17/revisions/17/view but not when viewing a regular page. So far I have not seen a way to do it. It might be something similar to inheriting arguments?
2. Alternatively, would there be a way to have an option when attaching to node (the same way we can choose to attach to teaser or full node ) to attach or not attach to revisions display? This would be a great option as we could have separate views for "revisions" and for "current nodes".

Thanks!