문제

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 ?

도움이 되었습니까?

해결책

You can display the repository files of a component (directly in the component section of your project area).

https://jazz.net/library/content/articles/rtc/2.0/process-getting-started/images/team_artifacts_view.png

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.

Show all

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).

다른 팁

In the History View there is a button in the toolbar to "Show All in History".

Scott

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top