Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

where is the source control->History menu going in xcode 9?

Tags:

i just install the xcode 9 beta version , and i found that i can't see svn's all checkin logs in xcode 9 which are available in source control->History in xcode 8 and before , how to get these infomation in xcode 9?

like image 397
ximmyxiao Avatar asked Jun 22 '17 09:06

ximmyxiao


People also ask

How do I enable source control in Xcode?

Choose Xcode > Preferences > Accounts, click the Add button (+), select the type of account to add, and click Continue. In the dialog that appears, click the “Create a Token on [Source Control Platform]” button if you don't have a token already.

How can I see my Git history in Xcode?

Select the file for which you want to see the commit history. Then go to View > Version Editor > Show Version Editor (or just select the Comparison view from the top-right toolbar icon - same place as the Blame view). Clicking on the commit label below the editor will reveal the history including dates.

How do I turn off source control in Xcode?

In Xcode, choose Xcode-> Preferences, then select Source Control and uncheck Enable Source Control option.

How do I see commit history in Xcode?

To compare changes in one source file, open the file and click the Enable Code Review button in the upper-right corner of the Xcode window. The comparison view highlights changes between the current source code and the most recent commit.


1 Answers

They moved it to this tab on the left nav.

enter image description here

like image 125
Travis M. Avatar answered Dec 23 '22 19:12

Travis M.