How can I see the entire SCM history in my Xcode project?

旧街凉风 提交于 2019-12-23 19:03:13

问题


If I look at the SCM tab in Get Info for my project I only see the commits that affected the project file. Where can I get a list of all the commits for the entire project?


回答1:


Xcode 4: go to Organizer (top right), Repositories, choose repository, there it is.




回答2:


In Xcode 5 you can choose View > Navigators > Log. From here you can see each of your Updates and Commits in the left pane for actions that have happened since opening the project.

For a general history choose Source Control > History… This will bring up something similar that what Xcode 4 had in the organizer.




回答3:


I was having a similar problem viewing the entire SCM history (Subversion in this case) when viewing the Repositories tab in the Organizer from XCode 4.02 where I could only see revisions for the selected folder in the History pane, and revisions from sub directories would not be shown.

In order to see the full history (i.e. the visual equivalent of 'svn log' on the project) you need to select either the Repository Root (purple icon) or a Branch (yellow icons) for your project.

After selecting either of these icons the history pane should now show all revisions, including revisions to sub directories, which would not otherwise be shown if a Working Copy (blue icon) is selected in the left hand pane.



来源:https://stackoverflow.com/questions/3045937/how-can-i-see-the-entire-scm-history-in-my-xcode-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!