Reputation: 53826
When i create a new stream in RTC source control I take a snapshot of the current stream and create a new stream from this snapshot.
If I right click on a file in RTC source control and click "View History" then just the changes made in the current stream are displayed. If changes were made a previous stream(s1) and this new stream(s2) is created based on that stream(s1) then I do not see the changes made to the file in s1 . I can search for change sets on the stream and try to find the file that changed but this is a difficult process.
How can the entire history of file changes be viewed on RTC source control regardless of what stream the changes were made ?
Upvotes: 1
Views: 394
Reputation: 1325137
You can display the repository files of a component (directly in the component section of your project area).
See the component folder in the picture above: a show history from a component in that folder, as opposed to a component in a stream, would display the full history of that file, instead of the filtered one from a stream.
This is similar to the "Show all in history" mentioned by Scott.
See "RTC file/element revision history":
In the Eclipse client, you can right click over a file loaded into a workspace and select "
Team -> Show History
".
This shows you the history of that file in that workspace.
You can then click on the "
Show all in repository
" tool icon, to see the history of all versions of that file. (You can do the same thing to a file in a stream/workspace repository files view, with the "Show History" operation).
Upvotes: 1
Reputation: 165
In the History View there is a button in the toolbar to "Show All in History".
Scott
Upvotes: 0